Share via


RequestActionEventHandler Delegate

Definition

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)

Parameters

Applies to