CommandOutputHandler Delegate

Definition

Defines the delegate to implement when you subscribe to the OnCommandOutput event.

public delegate void CommandOutputHandler(object sender, CommandOutputEventArg arg);
type CommandOutputHandler = delegate of obj * CommandOutputEventArg -> unit
Public Delegate Sub CommandOutputHandler(sender As Object, arg As CommandOutputEventArg)

Parameters

sender
Object

Applies to