HostedApplication.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 apps get the action.
public:
abstract void FireRequestAction(Microsoft::Uii::Csr::RequestActionEventArgs ^ args);
public abstract void FireRequestAction (Microsoft.Uii.Csr.RequestActionEventArgs args);
abstract member FireRequestAction : Microsoft.Uii.Csr.RequestActionEventArgs -> unit
Public MustOverride Sub FireRequestAction (args As RequestActionEventArgs)
Parameters
Arguments