RadControls for WinForms

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

C#
public delegate ValueUpdateResult SetValueDelegate(
	RadProperty dependencyProperty,
	Object value
)
Visual Basic
Public Delegate Function SetValueDelegate ( _
	dependencyProperty As RadProperty, _
	value As Object _
) As ValueUpdateResult

Parameters

dependencyProperty
Type: Telerik.WinControls..::..RadProperty
value
Type: System..::..Object

See Also