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






In This Topic
    Disposing Event
    In This Topic
    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
    public event System.EventHandler<EventArgs> Disposing
    public event Disposing: System.EventHandler; 
    In JScript, you can handle the events defined by another class, but you cannot define your own.
    public: __event System.EventHandler<EventArgs*>* Disposing
    public:
    event System.EventHandler<EventArgs^>^ Disposing
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also