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