Class MouseEnteringNodeEventArgs
Information passed to the MouseEnteringNode event.
Inheritance
MouseEnteringNodeEventArgs
Inherited Members
Namespace: SdlSdl.DesktopEditorEditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public class MouseEnteringNodeEventArgs : EditControlEventArgs
Constructors
MouseEnteringNodeEventArgs()
Default constructor, creates an uninitialized instance.
Declaration
public MouseEnteringNodeEventArgs()
Properties
EnteringNode
The content node the mouse is entering.
Declaration
public IAbstractContentNode EnteringNode { get; set; }
Property Value
Type | Description |
---|---|
IAbstractContentNode |