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
RadProperty
request
|
Returns
RadProperty
|
Constructors
MapPropertyDelegate(Object, IntPtr)
Declaration
public MapPropertyDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(RadProperty, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(RadProperty request, AsyncCallback callback, object object)
Parameters
RadProperty
request
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual RadProperty EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Returns
RadProperty
|
Invoke(RadProperty)
Declaration
public virtual RadProperty Invoke(RadProperty request)
Parameters
RadProperty
request
|
Returns
RadProperty
|