ComponentOne Bitmap for WPF
C1.WPF.DX.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 EventHandler(Of EventArgs)
    public event EventHandler<EventArgs> Disposing
    See Also