Table of Contents

Class BoolEventArgs

Namespace
HelixToolkit.SharpDX
Assembly
HelixToolkit.SharpDX.dll
public sealed class BoolEventArgs : EventArgs
Inheritance
BoolEventArgs
Inherited Members

Constructors

BoolEventArgs(bool)

Initializes a new instance of the BoolEventArgs class.

public BoolEventArgs(bool value)

Parameters

value bool

if set to true [value].

Fields

FalseArgs

The false arguments

public static readonly BoolEventArgs FalseArgs

Field Value

BoolEventArgs

TrueArgs

The true arguments

public static readonly BoolEventArgs TrueArgs

Field Value

BoolEventArgs

Properties

Value

The value

public bool Value { get; }

Property Value

bool