Class QueryChildItemsInfoEventArgs
Inheritance
System.Object
System.EventArgs
QueryChildItemsInfoEventArgs
Inherited Members
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.