HostedWebApplication.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. Using CAB's EventBroker to publish the event topic.
public:
override event EventHandler<Microsoft::Uii::Csr::ActionEventArgs ^> ^ ActionCompletedEvent;
[Microsoft.Practices.CompositeUI.EventBroker.EventPublication("topic://ActionCompletedEvent", Microsoft.Practices.CompositeUI.EventBroker.PublicationScope.Global)]
public override event EventHandler<Microsoft.Uii.Csr.ActionEventArgs> ActionCompletedEvent;
[<Microsoft.Practices.CompositeUI.EventBroker.EventPublication("topic://ActionCompletedEvent", Microsoft.Practices.CompositeUI.EventBroker.PublicationScope.Global)>]
member this.ActionCompletedEvent : EventHandler<Microsoft.Uii.Csr.ActionEventArgs>
Public Overrides Event ActionCompletedEvent As EventHandler(Of ActionEventArgs)
Event Type
- Attributes