ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / DisposeBase Class / Disposing Event

In This Topic
    Disposing Event
    In This Topic
    Occurs when this instance is starting to be disposed.
    Syntax
    'Declaration
     
    Public Event Disposing As System.EventHandler(Of EventArgs)
    public event System.EventHandler<EventArgs> Disposing
    See Also