Interface IEventTrigger
Description
This interface is exported by Trigger event objects.
IEventTrigger derives from IEvent.
Methods
| 
                                                     Use of this method is discouraged. All the non-deprecated standard attributes are accessible via properties on the appropriate COM interfaces.  | 
                                            |
| 
                                                     Use of this method is discouraged. All the non-deprecated standard attributes are accessible via properties on the appropriate COM interfaces.  | 
                                            |
| 
                                                     Closes the resource. Sending the resource's COM object's reference count to zero (and thus destroying the object) also executes a close, but this method may be useful for environments with garbage collection or other facilities that make object lifetimes non-deterministic.  | 
                                            
Properties
| 
                                                     The type of the event. Legal values are: 
  | 
                                            |
| 
                                                     If the type parameter's value is CUSTOM_EVENT_TYPE, this value contains the custom event type.  | 
                                            |
| 
                                                     The identifier of the triggering mechanism on which the specified trigger event was received.  |