Delegate HandleChangeEventHandler
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
Declaration
public HandleChangeEventHandler(object object, IntPtr method)
Parameters
|
System.Object
object
|
|
System.IntPtr
method
|
Methods
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
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
|
System.IAsyncResult
result
|
Declaration
public virtual void Invoke(string handleType, IntPtr handleValue, int currentHandleCount)
Parameters
|
System.String
handleType
|
|
System.IntPtr
handleValue
|
|
System.Int32
currentHandleCount
|
Extension Methods