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
Constructors
Initializes a new instance of the TextBlockFormattingEventArgs class.
C#
public TextBlockFormattingEventArgs(ITextBlock textBlock)
The text block.
Properties
Gets the text block to be formatted
C#
public ITextBlock TextBlock { get; }