OnAfterExecuteOperationInSolution Method (OperationBase)

Top  Previous  Next

This method can be overridden to perform some action after processing the solution.

Signature

[VB.NET]

Sub OnAfterExecuteOperationInSolution(ByVal adminOptions As AdminOptionsBase, ByVal userOptions As UserOptions, ByRef cancel As Boolean)

[C#]

void OnAfterExecuteOperationInSolution(AdminOptionsBase adminOptions, UserOptions userOptions, ref bool cancel)

Parameters

  • adminOptions: the admin options used by the operation, if any.
  • userOptions: the user options used by the operation.
  • cancel: allows the method to cancel the operation if needed.