Delegate MapPropertyDelegate
Allows RadObject inheritors to replace RadProperty instances with another one.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public delegate RadProperty MapPropertyDelegate(RadProperty request);
Parameters
Rad
|
Returns
Constructors
MapPropertyDelegate(Object, IntPtr)
Declaration
public MapPropertyDelegate(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(RadProperty, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(RadProperty request, AsyncCallback callback, object object)
Parameters
Rad
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual RadProperty EndInvoke(IAsyncResult result)
Parameters
System.
|
Returns
Invoke(RadProperty)
Declaration
public virtual RadProperty Invoke(RadProperty request)
Parameters
Rad
|