Class TreeNodeAdvBeforeFindArgs
Represents the data for before finding arguments in the TreeNodeAdv.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeNodeAdvBeforeFindArgs : SyncfusionCancelEventArgs
Constructors
TreeNodeAdvBeforeFindArgs(TreeNodeAdv, String)
Initializes a new instances of the TreeNodeAdvBeforeFindArgs class
Declaration
public TreeNodeAdvBeforeFindArgs(TreeNodeAdv m_node, string n_searchText)
Parameters
Type | Name | Description |
---|---|---|
TreeNodeAdv | m_node | A TreeNodeAdv instance. |
System.String | n_searchText | The text of the TreeNodeAdv which needs to be searched. |
Properties
Node
Gets or sets node value of the TreeNodeAdv.
Declaration
public TreeNodeAdv Node { get; set; }
Property Value
Type |
---|
TreeNodeAdv |
SearchText
Gets or sets the value of search string.
Declaration
public string SearchText { get; set; }
Property Value
Type |
---|
System.String |