'Declaration
Public Function New( _ ByVal operationEventArgs As OperationEventArgs _ )
'Usage
Dim operationEventArgs As OperationEventArgs Dim instance As New ValueEventArgs(operationEventArgs)
public ValueEventArgs( OperationEventArgs operationEventArgs )
public: ValueEventArgs( OperationEventArgs^ operationEventArgs )
Parameters
- operationEventArgs
- Arguments to be copied from.