Table of Contents

Class BooleanValueArgs

Namespace
Shift.Common.Events
Assembly
Shift.Common.dll
public class BooleanValueArgs : EventArgs
Inheritance
BooleanValueArgs
Inherited Members
Extension Methods

Constructors

BooleanValueArgs(bool)

public BooleanValueArgs(bool value)

Parameters

value bool

Properties

Value

public bool Value { get; }

Property Value

bool