'Declaration
Event SubscriptionResolved As EasyUASubscriptionResolvedEventHandler
'Usage
Dim instance As IEasyUASubscriber Dim handler As EasyUASubscriptionResolvedEventHandler AddHandler instance.SubscriptionResolved, handler
event EasyUASubscriptionResolvedEventHandler SubscriptionResolved
event EasyUASubscriptionResolvedEventHandler^ SubscriptionResolved
Event Data
The event handler receives an argument of type EasyUASubscriptionResolvedEventArgs containing data related to this event. The following EasyUASubscriptionResolvedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
DataSetSubscriptionDescriptor | Contains information needed to subscribe to a dataset. |
Remarks
The event handlers are allowed to modify the dataset subscription descriptor, and the modified descriptor will be used by the component. The resulting descriptor must not require resolution again.
Requirements