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