Class TextBlockFormattingEventArgs
An event arguments of TextBlockFormattingEventHandler
Inheritance
System.Object
System.EventArgs
TextBlockFormattingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TextBlockFormattingEventArgs : EventArgs
Constructors
TextBlockFormattingEventArgs(ITextBlock)
Initializes a new instance of the TextBlockFormattingEventArgs class.
Declaration
public TextBlockFormattingEventArgs(ITextBlock textBlock)
Parameters
ITextBlock
textBlock
The text block. |
Properties
TextBlock
Gets the text block to be formatted
Declaration
public ITextBlock TextBlock { get; }
Property Value
ITextBlock
|