[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.WIC.DevelopRawNotificationCallback

Class DevelopRawNotificationCallback

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

IWICDevelopRawNotificationCallback

[Guid("95c75a6e-3e8c-4ec2-85a8-aebcc551e59b")]
public class DevelopRawNotificationCallback : ComObject, IDisposable, IUnknown
Inheritance
DevelopRawNotificationCallback
Implements
Inherited Members

Constructors

DevelopRawNotificationCallback(IntPtr)

Initializes a new instance of the DevelopRawNotificationCallback class.

public DevelopRawNotificationCallback(IntPtr nativePtr)

Parameters

nativePtr IntPtr

The native pointer.

Methods

Notify(int)

HRESULT IWICDevelopRawNotificationCallback::Notify([In] unsigned int NotificationMask)

public void Notify(int notificationMask)

Parameters

notificationMask int

Operators

explicit operator DevelopRawNotificationCallback(IntPtr)

Performs an explicit conversion from IntPtr to DevelopRawNotificationCallback.

public static explicit operator DevelopRawNotificationCallback(IntPtr nativePointer)

Parameters

nativePointer IntPtr

Returns

DevelopRawNotificationCallback