'DeclarationPublic Function New( _ ByVal eventsSubscriptionArguments As AEEventsSubscriptionArguments, _ ByVal callback As EasyAENotificationEventHandler _ )
'UsageDim 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.
 - callback
 - A callback method to be invoked for each OPC event.