Search Results for

    Show / Hide Table of Contents

    Class MouseLeavingNodeEventArgs

    Argument type passed in the MouseLeavingNode event.

    Inheritance
    object
    EventArgs
    EditControlEventArgs
    MouseEnteringNodeEventArgs
    MouseLeavingNodeEventArgs
    Inherited Members
    MouseEnteringNodeEventArgs.EnteringNode
    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 MouseLeavingNodeEventArgs : MouseEnteringNodeEventArgs

    Constructors

    MouseLeavingNodeEventArgs()

    Default constructor, creates an uninitialized instance.

    Declaration
    public MouseLeavingNodeEventArgs()

    Properties

    LeavingNode

    The content node the mouse is leaving.

    Declaration
    public IAbstractContentNode LeavingNode { get; set; }
    Property Value
    Type Description
    IAbstractContentNode

    Extension Methods

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