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

An event arguments of TextBlockFormattingEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class TextBlockFormattingEventArgs : EventArgs

Inheritance: objectEventArgsTextBlockFormattingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the TextBlockFormattingEventArgs class.

C#
public TextBlockFormattingEventArgs(ITextBlock textBlock)
Parameters:textBlockITextBlock

The text block.

Properties

Gets the text block to be formatted

C#
public ITextBlock TextBlock { get; }