CommandOutputHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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