menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeNodeAdvOnReplacedArgs

    Represents a data on replace the argument value of the TreeNodeAdv.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    TreeNodeAdvOnReplacedArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    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 TreeNodeAdvOnReplacedArgs : SyncfusionEventArgs

    Constructors

    TreeNodeAdvOnReplacedArgs(String, String, TreeNodeAdv)

    Initialize a new instances of TreeNodeAdvOnReplacedArgs class.

    Declaration
    public TreeNodeAdvOnReplacedArgs(string n_searchText, string n_replace, TreeNodeAdv m_node)
    Parameters
    Type Name Description
    System.String n_searchText

    Search String

    System.String n_replace

    Replace String

    TreeNodeAdv m_node

    TreeNodeAdv Instances

    Properties

    Node

    Gets or sets TreeNodeAdv instance value that matches Search String.

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

    ReplaceText

    Gets or sets TreeNodeAdv replace text value.

    Declaration
    public string ReplaceText { get; set; }
    Property Value
    Type
    System.String

    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