CustomEvent Methods |
The CustomEvent type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | InitCustomEvent |
/// The InitEvent(String, Boolean, Boolean) method is used to initialize the value of an Event created through the IDocumentEvent interface.
|
![]() | 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 | Creates a shallow copy of the current Object. (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 | Returns a string that represents the current object. (Inherited from Object.) |