Represents the method that will handle the Save event of a form.

Namespace:  C1.Web.Editor
Assembly:  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 _
)

Parameters

sender
Type: System..::..Object
sNewText
Type: System..::..String

See Also