Class EventBusStateChangedEventArgs
The Event
Inheritance
System.Object
System.EventArgs
EventBusStateChangedEventArgs
Namespace: LambdaSharp.App.EventBus
Assembly: LambdaSharp.App.dll
Syntax
public class EventBusStateChangedEventArgs : EventArgs
Properties
IsClosed
The Is
Declaration
public bool IsClosed { get; }
Property Value
Type | Description |
---|---|
System. |
IsOpen
The Is
Declaration
public bool IsOpen { get; }
Property Value
Type | Description |
---|---|
System. |