ComponentOne Bitmap for UWP
C1.UWP.DX 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