ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / DisposeBase Class / Disposed Event

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