Compartir a través de


ApplicationHost.HandleActionCompletedEvent(Object, ActionEventArgs) Method

Definition

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

Applies to