Delegate type for handling events that are related to the groups

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

Syntax

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

Parameters

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

See Also