Represents the method that handles the TextChanged event.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
public delegate void C1TextChangedEventHandler(
	Object sender,
	EventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub C1TextChangedEventHandler ( _
	sender As Object, _
	e As EventArgs _
)

Parameters

sender
Type: System..::..Object
e
Type: System..::..EventArgs

See Also