'Declaration
Public Function New( _ ByVal operationEventArgs As OperationEventArgs _ )
'Usage
Dim operationEventArgs As OperationEventArgs Dim instance As New OperationResult(operationEventArgs)
public OperationResult( OperationEventArgs operationEventArgs )
public: OperationResult( OperationEventArgs^ operationEventArgs )
Parameters
- operationEventArgs
- Operation event arguments to be used as basis for the operation result.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).