'Declaration
Public Function New( _ ByVal eventsSubscriptionArguments As AEEventsSubscriptionArguments, _ ByVal callback As EasyAENotificationEventHandler _ )
'Usage
Dim eventsSubscriptionArguments As AEEventsSubscriptionArguments Dim callback As EasyAENotificationEventHandler Dim instance As New EasyAEEventsSubscriptionArguments(eventsSubscriptionArguments, callback)
public EasyAEEventsSubscriptionArguments( AEEventsSubscriptionArguments eventsSubscriptionArguments, EasyAENotificationEventHandler callback )
public: EasyAEEventsSubscriptionArguments( AEEventsSubscriptionArguments^ eventsSubscriptionArguments, EasyAENotificationEventHandler^ callback )
Parameters
- eventsSubscriptionArguments
- The events subscription arguments object to copy from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - callback
- A callback method to be invoked for each OPC event.
The value of this parameter can be
null
(Nothing
in Visual Basic).