ApplicationHost.HandleIsolatedFormSelected 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.
Handler for form selected event
protected:
virtual void HandleIsolatedFormSelected(Microsoft::Uii::Csr::IHostedAppUICommand ^ appSender, EventArgs ^ args);
protected virtual void HandleIsolatedFormSelected (Microsoft.Uii.Csr.IHostedAppUICommand appSender, EventArgs args);
abstract member HandleIsolatedFormSelected : Microsoft.Uii.Csr.IHostedAppUICommand * EventArgs -> unit
override this.HandleIsolatedFormSelected : Microsoft.Uii.Csr.IHostedAppUICommand * EventArgs -> unit
Protected Overridable Sub HandleIsolatedFormSelected (appSender As IHostedAppUICommand, args As EventArgs)
Parameters
- appSender
- IHostedAppUICommand
Specifies the hosted application that has raised the event.
- args
- EventArgs
Specifies the event arguments for RequestActionEventArgs.