DelegateDropDownEventHandler
Delegate
An event handler delegate for the drop down events of the TabControl.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1003:UseGenericEventHandlerInstances", Justification = "We agreed to use custom handlers for brevity.")]
public delegate void DropDownEventHandler(object sender, DropDownEventArgs e)
Constructors
Methods
BeginInvoke(object, DropDownEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, DropDownEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, DropDownEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, DropDownEventArgs e)
Parameters
sender
e