'Declaration
Public Function New( _ ByVal dataVariable As UADataVariable, _ ByVal dataSubscription As IUADataSubscription, _ ByVal action As UADataSubscriptionChangedAction _ )
'Usage
Dim dataVariable As UADataVariable Dim dataSubscription As IUADataSubscription Dim action As UADataSubscriptionChangedAction Dim instance As New UADataSubscriptionChangedEventArgs(dataVariable, dataSubscription, action)
public UADataSubscriptionChangedEventArgs( UADataVariable dataVariable, IUADataSubscription dataSubscription, UADataSubscriptionChangedAction action )
public: UADataSubscriptionChangedEventArgs( UADataVariable^ dataVariable, IUADataSubscription^ dataSubscription, UADataSubscriptionChangedAction action )
Parameters
- dataVariable
- The data variable being processed.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - dataSubscription
- The data subscription that is the subject of the change.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - action
- Describes how the data subscription has changed (add/remove/modify).