Click or drag to resize

CommandOperationLogged Event

Triggered when an operation occurs during the execution of a command. Receives a string as parameter, representing the operation.

Namespace:  MicaSystems.Utils.CLI
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public event EventHandler<string> OperationLogged

Value

Type: SystemEventHandlerString
See Also