| ReferenceItemGetEvents Method |
Returns the events for this instance of a component.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public EventDescriptorCollection GetEvents()
Public Function GetEvents As EventDescriptorCollection
public:
virtual EventDescriptorCollection^ GetEvents() sealed
abstract GetEvents : unit -> EventDescriptorCollection
override GetEvents : unit -> EventDescriptorCollection
Return Value
Type:
EventDescriptorCollectionAn
EventDescriptorCollection that represents the events for this component instance.
Implements
ICustomTypeDescriptorGetEventsSee Also