Represents the method that will handle the Save event of a form.
Namespace:
C1.Web.EditorAssembly:
C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
public delegate void C1SaveEventHandler(
Object sender,
string sNewText
) |
Visual Basic (Declaration) |
---|
Public Delegate Sub C1SaveEventHandler ( _
sender As Object, _
sNewText As String _
) |
See Also