'Declaration<ComVisibleAttribute(False)> Public Delegate Sub EasyUASubscriptionResolvedEventHandler( _ ByVal sender As Object, _ ByVal e As EasyUASubscriptionResolvedEventArgs _ )
'UsageDim instance As New EasyUASubscriptionResolvedEventHandler(AddressOf HandlerMethod)
[ComVisible(false)] public delegate void EasyUASubscriptionResolvedEventHandler( object sender, EasyUASubscriptionResolvedEventArgs e )
[ComVisible(false)] public delegate void EasyUASubscriptionResolvedEventHandler( Object^ sender, EasyUASubscriptionResolvedEventArgs^ e )
Parameters
- sender
 - The source of the event.
 - e
 - An OpcLabs.EasyOpc.UA.PubSub.OperationModel.EasyUASubscriptionResolvedEventArgs that contains the event data.