Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / ENEventPhase Enumeration


In This Topic
    ENEventPhase Enumeration
    In This Topic
    Defines the possible phases in events handling
    Syntax
    'Declaration
     
    
    Public Enum ENEventPhase 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENEventPhase
    public enum ENEventPhase : System.Enum 
    Members
    MemberDescription
    AtTargetThe event has arrived at the target.
    BubblingThe event is in bubbling phase. (e.g. the event travels from the event target towards the root).
    SinkingThe event is in sinking phase. (e.g. the event travels from the root towards the target).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Dom.ENEventPhase

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also