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
| Events | Gets all the public or protected events declared, overridden, or implemented by the type. |
| HasEvents | Gets a value indicating whether the type has any public or protected events. |
