Delegate TextBlockFormattingEventHandler
Represents the method that is called when IText
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void TextBlockFormattingEventHandler(object sender, TextBlockFormattingEventArgs e);
Parameters
System. The sender. |
Text The Text |
Constructors
TextBlockFormattingEventHandler(Object, IntPtr)
Declaration
public TextBlockFormattingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, TextBlockFormattingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, TextBlockFormattingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Text
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, TextBlockFormattingEventArgs)
Declaration
public virtual void Invoke(object sender, TextBlockFormattingEventArgs e)
Parameters
System.
|
Text
|