public enum ENEventPhase : System.Enum
public enum ENEventPhase : System.Enum
Member | Description |
---|---|
AtTarget | The event has arrived at the target. |
Bubbling | The event is in bubbling phase. (e.g. the event travels from the event target towards the root). |
Sinking | The event is in sinking phase. (e.g. the event travels from the root towards the target). |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Dom.ENEventPhase
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)