Delegate type for handling events that are related to the items

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

Syntax

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

Parameters

sender
Type: System..::.Object
The source of the event
e
Type: C1.Web.Command..::.C1WebCommandEventArgs
C1WebCommandEventArgs object that contains the event data

See Also