'Declaration
<NotNullAttribute()> Protected Overridable Function CreateEventsSubscriptionArguments( _ ByVal observer As IObserver(Of EasyAENotificationEventArgs), _ ByVal eventsSubscriptionArguments As AEEventsSubscriptionArguments _ ) As EasyAEEventsSubscriptionArguments
'Usage
Dim instance As AENotificationObservable Dim observer As IObserver(Of EasyAENotificationEventArgs) Dim eventsSubscriptionArguments As AEEventsSubscriptionArguments Dim value As EasyAEEventsSubscriptionArguments value = instance.CreateEventsSubscriptionArguments(observer, eventsSubscriptionArguments)
[NotNull()] protected virtual EasyAEEventsSubscriptionArguments CreateEventsSubscriptionArguments( IObserver<EasyAENotificationEventArgs> observer, AEEventsSubscriptionArguments eventsSubscriptionArguments )
[NotNull()] protected: virtual EasyAEEventsSubscriptionArguments^ CreateEventsSubscriptionArguments( IObserver<EasyAENotificationEventArgs^>^ observer, AEEventsSubscriptionArguments^ eventsSubscriptionArguments )
Parameters
- observer
- eventsSubscriptionArguments