Search Results for

    Show / Hide Table of Contents

    Class MouseLeavingNodeEventArgs

    Argument type passed in the MouseLeavingNode event.

    Inheritance
    System.Object
    System.EventArgs
    EditControlEventArgs
    MouseEnteringNodeEventArgs
    MouseLeavingNodeEventArgs
    Inherited Members
    MouseEnteringNodeEventArgs.EnteringNode
    EditControlEventArgs.EditControl
    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 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>)

    On this page

    • Constructors
      • MouseLeavingNodeEventArgs()
    • Properties
      • LeavingNode
    • Extension Methods
    Back to top Generated by DocFX