ApplicationHost.HandleActionCompleted 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.
Caution
This method has been deprecated, use HandleActionCompletedEvent(object, ActionEventArgs)
Event handlers for hosted apps
protected:
virtual void HandleActionCompleted(Microsoft::Uii::Csr::IHostedApplication ^ appSender, Microsoft::Uii::Csr::ActionEventArgs ^ args);
[System.Obsolete("This method has been deprecated, use HandleActionCompletedEvent(object, ActionEventArgs)", false)]
protected virtual void HandleActionCompleted (Microsoft.Uii.Csr.IHostedApplication appSender, Microsoft.Uii.Csr.ActionEventArgs args);
[<System.Obsolete("This method has been deprecated, use HandleActionCompletedEvent(object, ActionEventArgs)", false)>]
abstract member HandleActionCompleted : Microsoft.Uii.Csr.IHostedApplication * Microsoft.Uii.Csr.ActionEventArgs -> unit
override this.HandleActionCompleted : Microsoft.Uii.Csr.IHostedApplication * Microsoft.Uii.Csr.ActionEventArgs -> unit
Protected Overridable Sub HandleActionCompleted (appSender As IHostedApplication, args As ActionEventArgs)
Parameters
- appSender
- IHostedApplication
The hosted application that has raised the event.
- args
- ActionEventArgs
RequestActionEventArgs arguments. Refer to RequestActionEventArgs in the HostedAplication.cs for more details
- Attributes