FloatPointEventArgs(String, Single, Single) Constructor
Create a new instance of the FloatPointEventArgs Item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public FloatPointEventArgs(
string axisName,
float newValue,
float originalValue = 0f
)
Public Sub New (
axisName As String,
newValue As Single,
Optional originalValue As Single = 0F
)
No code example is currently available or this language may not be supported.
Parameters
- axisName String
-
Name of the axis for which the event will be fired.
- newValue Single
-
Current location.
- originalValue Single (Optional)
-
Optional original value.