For a list of all members of this type, see NEventArgs members.
| Name | Description |
 | Raise | Raises the event, causing the arguments to be dispatched to the event listeners attached to the TargetNode. If the event supports sinking or bubbling, the arguments will be dispatched to the sinking and attarget/bubbling event listeners attached along the event route. |
 | StopPropagation | Prevents the calling of any other event handlers, during this event dispatching. Once it has been called, further calls to that method have no additional effect. |
Top