Class SelectionChangedEventArgs
Inheritance
System.Object
System.EventArgs
SelectionChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
EndPosition
Declaration
public TextPosition EndPosition { get; set; }
Property Value
Type |
---|
TextPosition |
SelectedText
Declaration
public string SelectedText { get; set; }
Property Value
Type |
---|
System.String |
StartPosition
Declaration
public TextPosition StartPosition { get; set; }
Property Value
Type |
---|
TextPosition |