[]
Returns the events for this instance of a component using the specified attribute array as a filter.
public EventDescriptorCollection GetEvents(Attribute[] attributes)
Public Function GetEvents(attributes As Attribute()) As EventDescriptorCollection
Type | Name | Description |
---|---|---|
Attribute[] | attributes | An array of type Attribute that is used as a filter |
Type | Description |
---|---|
EventDescriptorCollection | An EventDescriptorCollection that represents the filtered events for this component instance. |
Returns the events for this instance of a component.
public EventDescriptorCollection GetEvents()
Public Function GetEvents() As EventDescriptorCollection
Type | Description |
---|---|
EventDescriptorCollection | An EventDescriptorCollection that represents the events for this component instance. |