HostedControl.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.
Event to request an action of another application to be invoked. Using CAB's EventBroker to publish the event topic.
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