public EasyUADataChangeArguments<TValue>( OperationArguments operationArguments )
public: EasyUADataChangeArguments<TValue>( OperationArguments^ operationArguments )
'Declaration
Public Function New( _ ByVal operationArguments As OperationArguments _ )
'Usage
Dim operationArguments As OperationArguments Dim instance As New EasyUADataChangeArguments(Of TValue)(operationArguments)
Parameters
- operationArguments
- Operation arguments object to be copied from.