ApplicationHost.HandleActionCompletedEvent(Object, ActionEventArgs) 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:
virtual void HandleActionCompletedEvent(System::Object ^ sender, Microsoft::Uii::Csr::ActionEventArgs ^ args);
public virtual void HandleActionCompletedEvent (object sender, Microsoft.Uii.Csr.ActionEventArgs args);
abstract member HandleActionCompletedEvent : obj * Microsoft.Uii.Csr.ActionEventArgs -> unit
override this.HandleActionCompletedEvent : obj * Microsoft.Uii.Csr.ActionEventArgs -> unit
Public Overridable Sub HandleActionCompletedEvent (sender As Object, args As ActionEventArgs)
Parameters
- sender
- Object
The hosted application that has raised the event.
- args
- ActionEventArgs
RequestActionEventArgs arguments. Refer to RequestActionEventArgs in the HostedAplication.cs for more details