[]
        
(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
object
DevelopRawNotificationCallback
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

DevelopRawNotificationCallback(IntPtr)

Initializes a new instance of the DevelopRawNotificationCallback class.

public DevelopRawNotificationCallback(IntPtr nativePtr)

Parameters

nativePtr System.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 System.IntPtr to DevelopRawNotificationCallback.

public static explicit operator DevelopRawNotificationCallback(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

DevelopRawNotificationCallback