IWithEvents Interface

Namespace
Kampute.DocToolkit.Metadata.Capabilities
Assembly
  • Kampute.DocToolkit.dll

Definition

Defines a contract for types that can declare events.
public interface IWithEvents
Implemented by

Properties

EventsGets all the public or protected events declared, overridden, or implemented by the type.
HasEventsGets a value indicating whether the type has any public or protected events.