Class MouseLeavingNodeEventArgs
Argument type passed in the MouseLeavingNode event.
Inheritance
Object
EventArgs
MouseLeavingNodeEventArgs
Inherited Members
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 |