[]
        
(Showing Draft Content)

C1.Util.DX.ICallbackable

ICallbackable Interface

Use this interface to tag a class that is called by an unmanaged object. A ICallbackable class must dispose the Shadow on dispose.

Namespace: C1.Util.DX
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public interface ICallbackable : IDisposable

Properties

Name Description
Shadow

Gets or sets the unmanaged shadow callback.