Delegate CreateTextBlockEventHandler
Represents the method that will handle the create text block in Rad
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void CreateTextBlockEventHandler(object sender, CreateTextBlockEventArgs e);
Parameters
System. The sender. |
Create The Create |
Constructors
CreateTextBlockEventHandler(Object, IntPtr)
Declaration
public CreateTextBlockEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, CreateTextBlockEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CreateTextBlockEventArgs 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, CreateTextBlockEventArgs)
Declaration
public virtual void Invoke(object sender, CreateTextBlockEventArgs e)
Parameters
System.
|
Create
|