Class DropDownEventHandler
Inheritance
System.Object
DropDownEventHandler
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class DropDownEventHandler : MulticastDelegate
Constructors
DropDownEventHandler(Object, IntPtr)
Declaration
public DropDownEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, DropDownEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DropDownEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Drop
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, DropDownEventArgs)
Declaration
public virtual void Invoke(object sender, DropDownEventArgs e)
Parameters
System.
|
Drop
|