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 the data for replacing arguments in 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
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeNodeAdvOnReplacedArgs : SyncfusionEventArgs

    Constructors

    TreeNodeAdvOnReplacedArgs(String, String, TreeNodeAdv)

    Initializes a new instances of the 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 node value the TreeNodeAdv.

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

    ReplaceText

    Gets or sets replace text value of TreeNodeAdv.

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

    SearchText

    Gets or sets search string value of TreeNodeAdv.

    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