menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeNodeAdvBeforeFindArgs

    Represents a data before finding the argument value of the TreeNodeAdv.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    TreeNodeAdvBeforeFindArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeNodeAdvBeforeFindArgs : SyncfusionCancelEventArgs

    Constructors

    TreeNodeAdvBeforeFindArgs(TreeNodeAdv, String)

    Initialize a new instances of TreeViewOnBeforeFindArgs class.

    Declaration
    public TreeNodeAdvBeforeFindArgs(TreeNodeAdv m_node, string n_searchText)
    Parameters
    Type Name Description
    TreeNodeAdv m_node

    TreeNodeAdv instance.

    System.String n_searchText

    TreeNodeAdv text which needs to be searched.

    Properties

    Node

    Gets or sets the node value of TreeNodeAdv.

    Declaration
    public TreeNodeAdv Node { get; set; }
    Property Value
    Type
    TreeNodeAdv

    SearchText

    Gets or sets TreeNodeAdv search string value.

    Declaration
    public string SearchText { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved