HostedWpfControl.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 the hosted application that an action has completed.
public:
event EventHandler<Microsoft::Uii::Csr::ActionEventArgs ^> ^ ActionCompletedEvent;
[Microsoft.Practices.CompositeUI.EventBroker.EventPublication("topic://ActionCompletedEvent", Microsoft.Practices.CompositeUI.EventBroker.PublicationScope.Global)]
public 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 Event ActionCompletedEvent As EventHandler(Of ActionEventArgs)
Event Type
- Attributes