Table of Contents

Class BoolArgs

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

Constructors

BoolArgs(bool)

Initializes a new instance of the BoolArgs class.

public BoolArgs(bool value)

Parameters

value bool

if set to true [value].

Fields

FalseArgs

The false arguments

public static readonly BoolArgs FalseArgs

Field Value

BoolArgs

TrueArgs

The true arguments

public static readonly BoolArgs TrueArgs

Field Value

BoolArgs

Value

The value

public readonly bool Value

Field Value

bool