An event arguments of CreateTextBlockEventHandler
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CreateTextBlockEventArgs : EventArgs
Inheritance: objectEventArgsCreateTextBlockEventArgs
Inherited Members
Constructors
C#
public CreateTextBlockEventArgs(string text, ITextBlock textBlock)
Properties
Gets or sets the text block.
C#
public ITextBlock TextBlock { get; set; }
The text block.