[]
        
(Showing Draft Content)

GrapeCity.Documents.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: GrapeCity.Documents.DX
Assembly: GcDocs.DX.Windows.dll
Syntax
public interface ICallbackable : IDisposable

Properties

Name Description
Shadow

Gets or sets the unmanaged shadow callback.