CommandRawOutputHandler 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 OnCommandRawOutput event.
public delegate void CommandRawOutputHandler(object sender, CommandRawOutputEventArg arg);
type CommandRawOutputHandler = delegate of obj * CommandRawOutputEventArg -> unit
Public Delegate Sub CommandRawOutputHandler(sender As Object, arg As CommandRawOutputEventArg)
Parameters
- sender
- Object