DataViewBrowseObject.GetEvents Method
Include Protected Members
Include Inherited Members
Retrieves a collection of events for the current browse object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetEvents() | Retrieves a EventDescriptorCollection collection of events for the current browse object. | |
GetEvents(array<Attribute[]) | Retrieves a EventDescriptorCollection collection of events that match the specified attributes for the current browse object. |
Top