Delegate type for handling cancellable 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 C1WebGroupBeforeEventHandler(
	Object sender,
	C1WebGroupBeforeEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub C1WebGroupBeforeEventHandler ( _
	sender As Object, _
	e As C1WebGroupBeforeEventArgs _
)

Parameters

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

See Also