Class
SymbolEventArgs

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs.Symbols

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class SymbolEventArgs : EventArgs

Inheritance: objectEventArgsSymbolEventArgs

Inherited Members EventArgs.Empty

Constructors

SymbolEventArgs(char)

Declaration

cs-api-definition
public SymbolEventArgs(char symbol)

Parameters

symbol

char

Properties

Symbol

Declaration

cs-api-definition
public char Symbol { get; }

Property Value

char