FloatEventArgs(Single, Single) Constructor
Create a new instance of the FloatEventArgs Item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public FloatEventArgs(
float newValue,
float originalValue = 0f
)
Public Sub New (
newValue As Single,
Optional originalValue As Single = 0F
)
No code example is currently available or this language may not be supported.
Parameters
- newValue Single
-
Current value.
- originalValue Single (Optional)
-
Optional original value.