HostedApplication.ActionCompletedEvent 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 that an action has completed.
public:
abstract event EventHandler<Microsoft::Uii::Csr::ActionEventArgs ^> ^ ActionCompletedEvent;
public abstract event EventHandler<Microsoft.Uii.Csr.ActionEventArgs> ActionCompletedEvent;
member this.ActionCompletedEvent : EventHandler<Microsoft.Uii.Csr.ActionEventArgs>
Public MustOverride Event ActionCompletedEvent As EventHandler(Of ActionEventArgs)