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