Class ConsoleDomainEvent
Provides static event descriptors for the IConsole.
public static class ConsoleDomainEvent
- Inheritance
-
ConsoleDomainEvent
- Inherited Members
Properties
MessageAdded
Issued when new console message is added.
public static EventDescriptor<CdpEventArgs<MessageAddedEventArgs>> MessageAdded { get; }
Property Value
- EventDescriptor<CdpEventArgs<MessageAddedEventArgs>>