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



In This Topic
    Disposing Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event Disposing As EventHandler(Of EventArgs)
    'Usage
     
    Dim instance As DicomVolume
    Dim handler As EventHandler(Of EventArgs)
     
    AddHandler instance.Disposing, handler
    public event EventHandler<EventArgs> Disposing
    public:
    event EventHandler<EventArgs^>^ Disposing
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also