Click or drag to resize
weroSoft AG, Software
ParameterMovedEventArgs Constructor
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Initializes an instance of the type ParameterMovedEventArgs.

Namespace:  WeroSoft.Triton.Desktop.Controls
Assembly:  WeroSoft.Triton.Control.Library (in WeroSoft.Triton.Control.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public ParameterMovedEventArgs(
	KeyValuePair<string, string> parameter,
	int oldPosition,
	int newPosition
)

Parameters

parameter
Type: System.Collections.GenericKeyValuePairString, String
The moved parameter.
oldPosition
Type: SystemInt32
The old position of the parameter.
newPosition
Type: SystemInt32
The new position of the parameter.
See Also