'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
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- eventsSubscriptionArguments
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).