[]
        
(Showing Draft Content)

C1.Win.Command.DropDownEventHandler

DropDownEventHandler Delegate

Represents the method that will handle a DropDown event.

Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
public delegate void DropDownEventHandler(object sender, DropDownEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

DropDownEventArgs e

A DropDownEventArgs object that contains the event data.

Constructors

Name Description
DropDownEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, DropDownEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, DropDownEventArgs)