TheEventSet |
Scroll |
A set of TheEventType items. When implementing ITheAddIn.GetHandledEvents AddIn classes add the event types they wish to receive to the provided TheEventSet instance.
This class does not have any properties. |
Name |
Description |
Adds the specified TheEventType to the set. |
|
Adds all TheEventType values to the set. |
|
Returns true if the specified TheEventType is contained in the set and false otherwise. |
|
Removes the specified TheEventType from the set. |
|
Removes all TheEventType values from the set. |