DelegateCommandTabEventHandler
Delegate
Represents the method that will handle the following event: CommandTabSelected.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public delegate void CommandTabEventHandler(object sender, CommandTabEventArgs args)
Constructors
Methods
BeginInvoke(object, CommandTabEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, CommandTabEventArgs args, AsyncCallback callback, object @object)
Parameters
sender
args
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, CommandTabEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, CommandTabEventArgs args)
Parameters
sender
args