IHostedApplication3.FireRequestAction(RequestActionEventArgs) Method
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.
Sends a request to perform some action to another application. If the RequestActionEventArgs has a target of *, then all applications get the action.
public:
void FireRequestAction(Microsoft::Uii::Csr::RequestActionEventArgs ^ args);
public void FireRequestAction (Microsoft.Uii.Csr.RequestActionEventArgs args);
abstract member FireRequestAction : Microsoft.Uii.Csr.RequestActionEventArgs -> unit
Public Sub FireRequestAction (args As RequestActionEventArgs)
Parameters
Specifies the arguments for request action event.