ComponentOne WebMenus and WebBars for ASP.NET (2.0) Search HelpCentral 

C1WebGroupBeforeEventHandler Delegate

Delegate type for handling cancellable events that are related to the groups

[Visual Basic]

Public Delegate Sub C1WebGroupBeforeEventHandler( _

ByVal sender As Object, _

ByVal e As C1WebGroupBeforeEventArgs _

)

[C#]

public delegate void C1WebGroupBeforeEventHandler(

object sender,

C1WebGroupBeforeEventArgs e

);

[Delphi]

type C1WebGroupBeforeEventHandler = procedure (

sender: Object;

e: C1WebGroupBeforeEventArgs

) of object;

Parameters

sender

The source of the event

e

An C1WebGroupBeforeEventArgs object that contains the event data

Namespace: C1.Web.Command

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

See Also

C1.Web.Command Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.