HostedApplication.RequestActionStatusEvent Event
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.
Event to notify ApplicationHost of action status.
public:
abstract event EventHandler<Microsoft::Uii::Csr::RequestActionEventArgs ^> ^ RequestActionStatusEvent;
public abstract event EventHandler<Microsoft.Uii.Csr.RequestActionEventArgs> RequestActionStatusEvent;
member this.RequestActionStatusEvent : EventHandler<Microsoft.Uii.Csr.RequestActionEventArgs>
Public MustOverride Event RequestActionStatusEvent As EventHandler(Of RequestActionEventArgs)