FileItemGetEvents(Attribute) Method

Returns the events for this instance of a component using the specified attribute array as a filter.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public EventDescriptorCollection GetEvents(
	Attribute[] attributes
)

Parameters

attributes  Attribute
An array of type Attribute that is used as a filter.

Return Value

EventDescriptorCollection
An EventDescriptorCollection that represents the filtered events for this component instance.

Implements

ICustomTypeDescriptorGetEvents(Attribute)

See Also