'Declaration
<DispIdAttribute(1004)> Sub SubscriptionResolved( _ ByVal sender0 As Object, _ ByVal eventArgs As EasyUASubscriptionResolvedEventArgs _ )
'Usage
Dim instance As DEasyUASubscriberEvents Dim sender0 As Object Dim eventArgs As EasyUASubscriptionResolvedEventArgs instance.SubscriptionResolved(sender0, eventArgs)
[DispId(1004)] void SubscriptionResolved( object sender0, EasyUASubscriptionResolvedEventArgs eventArgs )
[DispId(1004)] void SubscriptionResolved( Object^ sender0, EasyUASubscriptionResolvedEventArgs^ eventArgs )
Parameters
- sender0
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- eventArgs
The value of this parameter cannot be
null
(Nothing
in Visual Basic).