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
valueboolif set to
true[value].
Fields
FalseArgs
The false arguments
public static readonly BoolArgs FalseArgs
Field Value
TrueArgs
The true arguments
public static readonly BoolArgs TrueArgs
Field Value
Value
The value
public readonly bool Value