Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    EventArgs
    EditControlEventArgs
    MouseOverTextMarksChangedEventArgs
    Inherited Members
    EditControlEventArgs.EditControl
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    IList<ITextMark>

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • MouseOverTextMarksChangedEventArgs()
    • Properties
      • TextMarks
    • Extension Methods
    Back to top Generated by DocFX