Class CastDomainEvent
Provides static event descriptors for the ICast.
public static class CastDomainEvent
- Inheritance
-
CastDomainEvent
- Inherited Members
Properties
IssueUpdated
This is fired whenever the outstanding issue/error message changes. |issueMessage| is empty if there is no issue.
public static EventDescriptor<CdpEventArgs<IssueUpdatedEventArgs>> IssueUpdated { get; }
Property Value
- EventDescriptor<CdpEventArgs<IssueUpdatedEventArgs>>
SinksUpdated
This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to.
public static EventDescriptor<CdpEventArgs<SinksUpdatedEventArgs>> SinksUpdated { get; }
Property Value
- EventDescriptor<CdpEventArgs<SinksUpdatedEventArgs>>