[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.ICallbackable

Interface ICallbackable

Namespace
GrapeCity.Documents.DX
Assembly
GcDocs.DX.Windows.dll

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

public interface ICallbackable : IDisposable
Inherited Members
System.IDisposable.Dispose()

Properties

Shadow

Gets or sets the unmanaged shadow callback.

IDisposable Shadow { get; set; }

Property Value

System.IDisposable

Remarks

This property is set whenever this instance has an unmanaged shadow callback registered. This callback must be disposed when disposing this instance.