Class DropDownEventHandler
An event handler delegate for the drop down events of the TabControl.
Inheritance
System.Object
DropDownEventHandler
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.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
|