CompositeTypeAdapter.GetEvents Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Retrieves the visible events declared by the type.
protected virtual IEnumerable<EventInfo> GetEvents()Returns
- IEnumerable<EventInfo>
- An enumeration of IEvent objects representing the events declared by the type.
