Class MouseLeavingNodeEventArgs
Argument type passed in the MouseLeavingNode event.
Inheritance
MouseLeavingNodeEventArgs
Inherited Members
Namespace: SdlSdl.DesktopEditorEditorApi
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 |