Class
TextBlockFormattingEventArgs

An event arguments of TextBlockFormattingEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TextBlockFormattingEventArgs : EventArgs

Inheritance: objectEventArgsTextBlockFormattingEventArgs

Inherited Members EventArgs.Empty

Constructors

TextBlockFormattingEventArgs(ITextBlock)

Initializes a new instance of the TextBlockFormattingEventArgs class.

Declaration

cs-api-definition
public TextBlockFormattingEventArgs(ITextBlock textBlock)

Parameters

textBlock

ITextBlock

The text block.

Properties

TextBlock

Gets the text block to be formatted

Declaration

cs-api-definition
public ITextBlock TextBlock { get; }

Property Value

ITextBlock