alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridModelDataBinder.GetChildListHandler

    Inheritance
    System.Object
    GridModelDataBinder.GetChildListHandler
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GetChildListHandler : MulticastDelegate

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

    EndInvoke(IAsyncResult)

    Declaration
    public virtual IList EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type
    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
    System.Collections.IList
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved