HostedWebApplication.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 DoAction event topic.
public:
override event EventHandler<Microsoft::Uii::Csr::RequestActionEventArgs ^> ^ RequestActionEvent;
[Microsoft.Practices.CompositeUI.EventBroker.EventPublication("topic://RequestActionEvent", Microsoft.Practices.CompositeUI.EventBroker.PublicationScope.Global)]
public override 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 Overrides Event RequestActionEvent As EventHandler(Of RequestActionEventArgs)
Event Type
- Attributes