FileItemGetEvents Method

Returns the events for this instance of a component.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public EventDescriptorCollection GetEvents()

Return Value

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

Implements

ICustomTypeDescriptorGetEvents

See Also