ClassTextBlockFormattingEventArgs
Class
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
Constructors
TextBlockFormattingEventArgs(ITextBlock)
Initializes a new instance of the TextBlockFormattingEventArgs class.
Declaration
cs-api-definition
public TextBlockFormattingEventArgs(ITextBlock textBlock)
Parameters
textBlock
The text block.
Properties
TextBlock
Gets the text block to be formatted