AntTweakBar.DoubleValidationEventArgs.DoubleValidationEventArgs C# (CSharp) Method

DoubleValidationEventArgs() public method

public DoubleValidationEventArgs ( double value ) : System
value double
return System
        public DoubleValidationEventArgs(double value)
        {
            Value = value;
        }
    }
DoubleValidationEventArgs