Delegate GridModelDataBinder.GetChildListHandler
Assembly: Syncfusion.Grid.Windows.dll
public delegate IList GetChildListHandler(PropertyDescriptor relation, object component);
Parameters
| Type |
Name |
Description |
| System.ComponentModel.PropertyDescriptor |
relation |
|
| System.Object |
component |
|
Returns
| Type |
| System.Collections.IList |
Constructors
Declaration
public GetChildListHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(PropertyDescriptor relation, object component, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.ComponentModel.PropertyDescriptor |
relation |
|
| System.Object |
component |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
Declaration
public virtual IList EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
| Type |
| System.Collections.IList |
Declaration
public virtual IList Invoke(PropertyDescriptor relation, object component)
Parameters
| Type |
Name |
Description |
| System.ComponentModel.PropertyDescriptor |
relation |
|
| System.Object |
component |
|
Returns
| Type |
| System.Collections.IList |