Click or drag to resize
Sandcastle Help File BuilderReferenceItemGetEvents Method
Returns the events for this instance of a component.

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

Return Value

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

Implements

ICustomTypeDescriptorGetEvents
See Also