RequestActionEventHandler 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.
Delegate event handler use in event to request an action of another application to be invoked
public delegate void RequestActionEventHandler(IHostedApplication ^ app, RequestActionEventArgs ^ args);
public delegate void RequestActionEventHandler(IHostedApplication app, RequestActionEventArgs args);
type RequestActionEventHandler = delegate of IHostedApplication * RequestActionEventArgs -> unit
Public Delegate Sub RequestActionEventHandler(app As IHostedApplication, args As RequestActionEventArgs)