Delegate
MapPropertyDelegate

Allows RadObject inheritors to replace RadProperty instances with another one.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public delegate RadProperty MapPropertyDelegate(RadProperty request)

Constructors

MapPropertyDelegate(object, IntPtr)

Declaration

cs-api-definition
public MapPropertyDelegate(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(RadProperty, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(RadProperty request, AsyncCallback callback, object @object)

Parameters

request

RadProperty

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual RadProperty EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Returns

RadProperty

Invoke(RadProperty)

Declaration

cs-api-definition
public virtual RadProperty Invoke(RadProperty request)

Parameters

request

RadProperty

Returns

RadProperty