WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate GridModelDataBinder.GetChildListHandler

    Show / Hide Table of Contents

    Delegate GridModelDataBinder.GetChildListHandler

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public delegate IList GetChildListHandler(PropertyDescriptor relation, object component);
    Parameters
    Type Name Description
    System.ComponentModel.PropertyDescriptor relation
    System.Object component
    Returns
    Type Description
    System.Collections.IList

    Constructors

    GetChildListHandler(Object, IntPtr)

    Declaration
    public GetChildListHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(PropertyDescriptor, Object, AsyncCallback, Object)

    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
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual IList EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.Collections.IList

    Invoke(PropertyDescriptor, Object)

    Declaration
    public virtual IList Invoke(PropertyDescriptor relation, object component)
    Parameters
    Type Name Description
    System.ComponentModel.PropertyDescriptor relation
    System.Object component
    Returns
    Type Description
    System.Collections.IList
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved