New to Telerik UI for WinFormsStart a free 30-day trial

Allows RadObject inheritors to replace RadProperty instances with another one.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public delegate RadProperty MapPropertyDelegate(RadProperty request)

Constructors

C#
public MapPropertyDelegate(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(RadProperty request, AsyncCallback callback, object @object)
Parameters:requestRadPropertycallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual RadProperty EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResultReturns:

RadProperty

C#
public virtual RadProperty Invoke(RadProperty request)
Parameters:requestRadPropertyReturns:

RadProperty