Delegate CommandTabEventHandler
Represents the method that will handle the following event:
Command
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void CommandTabEventHandler(object sender, CommandTabEventArgs args);
Parameters
System.
|
Command
|
Constructors
CommandTabEventHandler(Object, IntPtr)
Declaration
public CommandTabEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, CommandTabEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CommandTabEventArgs args, AsyncCallback callback, object object)
Parameters
System.
|
Command
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, CommandTabEventArgs)
Declaration
public virtual void Invoke(object sender, CommandTabEventArgs args)
Parameters
System.
|
Command
|