Class AvailabilityChangedEventArgs
Event args for availability changing
Inheritance
System.Object
AvailabilityChangedEventArgs
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class AvailabilityChangedEventArgs : EventArgs
Constructors
AvailabilityChangedEventArgs(Boolean)
Initializes a new instance of the AvailabilityChangedEventArgs class.
Declaration
public AvailabilityChangedEventArgs(bool available)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | available | if set to |
Properties
Available
Gets a value indicating whether the sender of this AvailabilityChangedEventArgs is available.
Declaration
public bool Available { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|