Class MouseOverTextMarksChangedEventArgs
Information sent with the event that is fired when the mouse moves over a text mark or a group of text marks. See MouseEnteringTextMarks and MouseLeavingTextMarks.
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: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public class MouseOverTextMarksChangedEventArgs : EditControlEventArgs
Constructors
MouseOverTextMarksChangedEventArgs()
default constructor
Declaration
public MouseOverTextMarksChangedEventArgs()
Properties
TextMarks
The text marks that the mouse has moved over or moved away from.
Declaration
public IList<ITextMark> TextMarks { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ITextMark> |