NevronOpenVision
Nevron.Nov.Dom Namespace / NEventArgs Class


NEventArgs Class Methods

For a list of all members of this type, see NEventArgs members.

Public Methods
 NameDescription
Public MethodRaises 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.  
Public MethodPrevents 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
Protected Methods
 NameDescription
Protected MethodCreates the event route for this event.  
Internal Method  
Top
See Also