RadControls for WinForms

Namespace: Telerik.WinControls
Assembly: TelerikCommon (in TelerikCommon.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public delegate void HandleChangeEventHandler(
	string handleType,
	IntPtr handleValue,
	int currentHandleCount
)
Visual Basic
Public Delegate Sub HandleChangeEventHandler ( _
	handleType As String, _
	handleValue As IntPtr, _
	currentHandleCount As Integer _
)

Parameters

handleType
Type: System..::..String
handleValue
Type: System..::..IntPtr
currentHandleCount
Type: System..::..Int32

See Also