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

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public delegate string PropertyMapper(string propertyName, RadObject targetObject)

Constructors

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

Methods

C#
public virtual IAsyncResult BeginInvoke(string propertyName, RadObject targetObject, AsyncCallback callback, object @object)
Parameters:propertyNamestringtargetObjectRadObjectcallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

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

string

C#
public virtual string Invoke(string propertyName, RadObject targetObject)
Parameters:propertyNamestringtargetObjectRadObjectReturns:

string