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.Object
object
|
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, DropDownEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DropDownEventArgs e, AsyncCallback callback, object object)
Parameters
|
System.Object
sender
|
|
DropDownEventArgs
e
|
|
System.AsyncCallback
callback
|
|
System.Object
object
|
Returns
|
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
|
System.IAsyncResult
result
|
Invoke(Object, DropDownEventArgs)
Declaration
public virtual void Invoke(object sender, DropDownEventArgs e)
Parameters
|
System.Object
sender
|
|
DropDownEventArgs
e
|