Class MouseEnteringNodeEventArgs
Information passed to the Mouse
Inheritance
MouseEnteringNodeEventArgs
Inherited Members
Namespace: Sdl.DesktopEditor .EditorApi
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 |
---|---|
IAbstract |