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