DicomObjects.NET.V8
DicomObjects.Delegates Namespace / AssociationClosedHandler Delegate
Sender as Object
e as AssocaitionClosedArgs



AssociationClosedHandler Delegate
Syntax
'Declaration
 
Public Delegate Sub AssociationClosedHandler( _
   ByVal Sender As Object, _
   ByVal e As AssociationClosedArgs _
) 
 
'Usage
 
Dim instance As New AssociationClosedHandler(AddressOf HandlerMethod)

Parameters

Sender
Sender as Object
e
e as AssocaitionClosedArgs
Requirements

Target Platforms: .NET CLR 4.0 or higher

See Also