New to Telerik UI for WinFormsStart a free 30-day trial

Represents the method that is called when ITextBlock is formatted.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public delegate void TextBlockFormattingEventHandler(object sender, TextBlockFormattingEventArgs e)

Constructors

C#
public TextBlockFormattingEventHandler(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(object sender, TextBlockFormattingEventArgs e, AsyncCallback callback, object @object)
Parameters:senderobjecteTextBlockFormattingEventArgscallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(object sender, TextBlockFormattingEventArgs e)
Parameters:senderobjecteTextBlockFormattingEventArgs