ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ICallbackable Interface
Members

In This Topic
    ICallbackable Interface
    In This Topic
    Use this interface to tag a class that is called by an unmanaged object. A ICallbackable class must dispose the Shadow on dispose.
    Object Model
    ICallbackable Interface
    Syntax
    'Declaration
     
    Public Interface ICallbackable 
    public interface ICallbackable 
    See Also