AgentCore.StatusEventHandler 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.
public: delegate void AgentCore::StatusEventHandler(System::Object ^ sender, StatusEventArgs ^ e);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AgentCore.StatusEventHandler(object sender, StatusEventArgs e);
[<System.Runtime.InteropServices.ComVisible(false)>]
type AgentCore.StatusEventHandler = delegate of obj * StatusEventArgs -> unit
Public Delegate Sub AgentCore.StatusEventHandler(sender As Object, e As StatusEventArgs)
Parameters
- sender
- Object
- Attributes