Class NativeSdkMethods.RegisterEventNotificationDelegate
Register for event notification.
Inheritance
NativeSdkMethods.RegisterEventNotificationDelegate
Assembly: Colore.dll
Syntax
public sealed class RegisterEventNotificationDelegate : MulticastDelegate
Constructors
RegisterEventNotificationDelegate(Object, IntPtr)
Declaration
public RegisterEventNotificationDelegate(object object, IntPtr method)
Parameters
Methods
BeginInvoke(IntPtr, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IntPtr hwnd, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual Result EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke(IntPtr)
Declaration
public virtual Result Invoke(IntPtr hwnd)
Parameters
Type |
Name |
Description |
IntPtr |
hwnd |
|
Returns