DicomObjects.NET.V8
DicomObjects Namespace / DicomVolume Class / Disposing Event



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also