WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeNodeAdvOnReplacingArgs

    Show / Hide Table of Contents

    Class TreeNodeAdvOnReplacingArgs

    Represents the data for replacing the arguments in TreeNodeAdv.

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

    Constructors

    TreeNodeAdvOnReplacingArgs(TreeNodeAdv, String, String, TreeViewSearchOption, TreeViewSearchRange)

    Initializes a new instances of the TreeNodeAdvOnReplacingArgs class.

    Declaration
    public TreeNodeAdvOnReplacingArgs(TreeNodeAdv m_node, string n_searchText, string n_replace, TreeViewSearchOption findOption, TreeViewSearchRange searchRange)
    Parameters
    Type Name Description
    TreeNodeAdv m_node

    TreeNodeAdv Instance.

    System.String n_searchText

    Search String.

    System.String n_replace

    Replace String.

    TreeViewSearchOption findOption

    TreeViewSearchOption.

    TreeViewSearchRange searchRange

    TreeViewSearchRange.

    Properties

    Node

    Gets or sets node value of the TreeNodeAdv.

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

    ReplaceText

    Gets or sets replace text value of TreeNodeAdv.

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

    SearchText

    Gets or sets search string value TreeNodeAdv.

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

    TreeViewSearchOption

    Gets or sets search option value of TreeViewAdv.

    Declaration
    public TreeViewSearchOption TreeViewSearchOption { get; set; }
    Property Value
    Type Description
    TreeViewSearchOption

    TreeViewSearchRange

    Gets or sets search range value of TreeViewAdv.

    Declaration
    public TreeViewSearchRange TreeViewSearchRange { get; set; }
    Property Value
    Type Description
    TreeViewSearchRange
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved