menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryChildItemsInfoEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QueryChildItemsInfoEventArgs

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    QueryChildItemsInfoEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    SyncfusionHandledEventArgs.Handled
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class QueryChildItemsInfoEventArgs : SyncfusionHandledEventArgs

    Constructors

    QueryChildItemsInfoEventArgs(Object)

    Initialize a new instance of the QueryChildItemsInfoEventArgs class.

    Declaration
    public QueryChildItemsInfoEventArgs(object node)
    Parameters
    Type Name Description
    System.Object node

    Currently processed instance

    Remarks

    To access the current instance of the object, Node property should be type casted to the type of user defined data.

    Properties

    Children

    Declaration
    public IList Children { get; set; }
    Property Value
    Type
    System.Collections.IList

    Node

    Gets an instance of the currently processed underlying DataSource.

    Declaration
    public object Node { get; }
    Property Value
    Type
    System.Object
    Remarks

    To access the current instance of the object, Node property should be type casted to the type of user defined data.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved