DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomVolume Class / Disposing Event






    Disposing Event
    Syntax
    'Declaration
     
    
    Public Event Disposing As System.EventHandler(Of EventArgs)
     
    'Usage
     
    
    Dim instance As DicomVolume
    Dim handler As System.EventHandler(Of EventArgs)
     
    AddHandler instance.Disposing, handler
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also