HostedWebApplication.HandleRequestAction 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.
This is for internal UII use only. Please do not use directly. Public visibility necessary for CAB integration.
public:
void HandleRequestAction(System::Object ^ sender, Microsoft::Uii::Csr::RequestActionEventArgs ^ args);
[Microsoft.Practices.CompositeUI.EventBroker.EventSubscription("topic://RequestActionEvent", Microsoft.Practices.CompositeUI.EventBroker.ThreadOption.UserInterface)]
public void HandleRequestAction (object sender, Microsoft.Uii.Csr.RequestActionEventArgs args);
[<Microsoft.Practices.CompositeUI.EventBroker.EventSubscription("topic://RequestActionEvent", Microsoft.Practices.CompositeUI.EventBroker.ThreadOption.UserInterface)>]
member this.HandleRequestAction : obj * Microsoft.Uii.Csr.RequestActionEventArgs -> unit
Public Sub HandleRequestAction (sender As Object, args As RequestActionEventArgs)
Parameters
- sender
- Object
sender
arguments
- Attributes