Class
CreateTextBlockEventArgs

An event arguments of CreateTextBlockEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CreateTextBlockEventArgs : EventArgs

Inheritance: objectEventArgsCreateTextBlockEventArgs

Inherited Members EventArgs.Empty

Constructors

CreateTextBlockEventArgs(string, ITextBlock)

Declaration

cs-api-definition
public CreateTextBlockEventArgs(string text, ITextBlock textBlock)

Parameters

text

string

textBlock

ITextBlock

Properties

Text

Gets the text for which the block is created.

Declaration

cs-api-definition
public string Text { get; }

Property Value

string

TextBlock

Gets or sets the text block.

Declaration

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

Property Value

ITextBlock

The text block.