DelegateTextBlockFormattingEventHandler
Delegate
Represents the method that is called when ITextBlock is formatted.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public delegate void TextBlockFormattingEventHandler(object sender, TextBlockFormattingEventArgs e)
Constructors
Methods
BeginInvoke(object, TextBlockFormattingEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, TextBlockFormattingEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, TextBlockFormattingEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, TextBlockFormattingEventArgs e)
Parameters
sender
e