Delegate HandleChangeEventHandler
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public delegate void HandleChangeEventHandler(string handleType, IntPtr handleValue, int currentHandleCount);
Parameters
System.String
handleType
|
System.IntPtr
handleValue
|
System.Int32
currentHandleCount
|
Constructors
HandleChangeEventHandler(Object, IntPtr)
Declaration
public HandleChangeEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(String, IntPtr, Int32, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string handleType, IntPtr handleValue, int currentHandleCount, AsyncCallback callback, object object)
Parameters
System.String
handleType
|
System.IntPtr
handleValue
|
System.Int32
currentHandleCount
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(String, IntPtr, Int32)
Declaration
public virtual void Invoke(string handleType, IntPtr handleValue, int currentHandleCount)
Parameters
System.String
handleType
|
System.IntPtr
handleValue
|
System.Int32
currentHandleCount
|