[]
        
(Showing Draft Content)

C1.Win.C1Input.DropDownClosedEventHandler

DropDownClosedEventHandler Delegate

Represents the method that handles a DropDownClosed event.

Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
public delegate void DropDownClosedEventHandler(object sender, DropDownClosedEventArgs e)
Parameters
Type Name Description
object sender

The source of the event

DropDownClosedEventArgs e

A DropDownClosedEventArgs object that contains the event data.

Constructors

Name Description
DropDownClosedEventHandler(object, IntPtr)

Methods

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