ErrorEvent Methods |
The ErrorEvent type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitEvent |
The InitEvent(String, Boolean, Boolean) method is used to initialize the value of an Event created through the
IDocumentEvent interface.
(Inherited from Event.) | |
MemberwiseClone | (Inherited from Object.) | |
PreventDefault |
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.) | |
StopImmediatePropagation |
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.) | |
StopPropagation |
The StopPropagation method is used prevent further propagation of an event during event flow.
(Inherited from Event.) | |
ToString | (Inherited from Object.) |