Show / Hide Table of Contents

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 true [available].

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

true if available; otherwise, false.

Back to top Generated by DocFX