Delegate
DropDownEventHandler

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

DropDownEventHandler(object, nint)

Declaration

cs-api-definition
public DropDownEventHandler(object @object, nint method)

Parameters

object

object

method

nint

Methods

BeginInvoke(object, DropDownEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, DropDownEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

DropDownEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, DropDownEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, DropDownEventArgs e)

Parameters

sender

object

e

DropDownEventArgs