Class SymbolEventArgs
Inheritance
System.Object
System.EventArgs
SymbolEventArgs
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.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.Symbols
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class SymbolEventArgs : EventArgs
Constructors
SymbolEventArgs(Char)
Declaration
public SymbolEventArgs(char symbol)
Parameters
System.Char
symbol
|
Properties
Symbol
Declaration
public char Symbol { get; }
Property Value
System.Char
|