ErrorEvent Methods

The ErrorEvent type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitEvent
The InitEvent(String, Boolean, Boolean) method is used to initialize the value of an Event created through the IDocumentEvent interface.
(Inherited from Event.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPreventDefault
If an event is cancelable, the PreventDefault method is used to signify that the event is to be canceled, meaning any default action normally taken by the implementation as a result of the event will not occur.
(Inherited from Event.)
Public methodStopImmediatePropagation
Invoking this method prevents event from reaching any event listeners registered after the current one and when dispatched in a tree also prevents event from reaching any other objects.
(Inherited from Event.)
Public methodStopPropagation
The StopPropagation method is used prevent further propagation of an event during event flow.
(Inherited from Event.)
Public methodToString (Inherited from Object.)
See Also