'Declaration
Public Overloads Sub Assign( _ ByVal eventArgs As OperationEventArgs _ )
'Usage
Dim instance As ResultArguments Dim eventArgs As OperationEventArgs instance.Assign(eventArgs)
public void Assign( OperationEventArgs eventArgs )
public: void Assign( OperationEventArgs^ eventArgs )
Parameters
- eventArgs
- The operation event arguments to be assigned to these arguments.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).