Delegate CreatePipItemEventHandler
The event handler for the Create
Namespace: Telerik.WinControls.UI.PipsPager
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void CreatePipItemEventHandler(object sender, CreatePipItemEventArgs e);
Parameters
System. The sender. Usually this is the Rad |
Create The event arguments. |
Constructors
CreatePipItemEventHandler(Object, IntPtr)
Declaration
public CreatePipItemEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, CreatePipItemEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CreatePipItemEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Create
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, CreatePipItemEventArgs)
Declaration
public virtual void Invoke(object sender, CreatePipItemEventArgs e)
Parameters
System.
|
Create
|