HostedWpfControl.RequestActionEvent 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.
Requests the action of another application to be invoked.
public:
event EventHandler<Microsoft::Uii::Csr::RequestActionEventArgs ^> ^ RequestActionEvent;
[Microsoft.Practices.CompositeUI.EventBroker.EventPublication("topic://RequestActionEvent", Microsoft.Practices.CompositeUI.EventBroker.PublicationScope.Global)]
public event EventHandler<Microsoft.Uii.Csr.RequestActionEventArgs> RequestActionEvent;
[<Microsoft.Practices.CompositeUI.EventBroker.EventPublication("topic://RequestActionEvent", Microsoft.Practices.CompositeUI.EventBroker.PublicationScope.Global)>]
member this.RequestActionEvent : EventHandler<Microsoft.Uii.Csr.RequestActionEventArgs>
Public Event RequestActionEvent As EventHandler(Of RequestActionEventArgs)
Event Type
- Attributes