Represents the method that will handle the ValueChanged event of the control.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

Parameters

sender
Type: System..::..Object
Source of the event.
e
Type: System..::..EventArgs
The EventArgs that contains the event data.

See Also