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