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

In This Topic
    AssociationClosedHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Public Delegate Sub AssociationClosedHandler( _
       ByVal Sender As System.Object, _
       ByVal e As AssociationClosedArgs _
    ) 
    public delegate void AssociationClosedHandler( 
       System.object Sender,
       AssociationClosedArgs e
    )

    Parameters

    Sender
    Sender as Object
    e
    e as AssocaitionClosedArgs
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also