C# Class Nexus.UI.Controls.NodesChangedEventArgs

An event arguments class that indicates that a node has changed.
Inheritance: System.EventArgs
Show file Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
NodesChangedEventArgs ( FileSystemTreeNode p_tndNode ) : System

A simple constructor that initializes the object with the given values.

Method Details

NodesChangedEventArgs() public method

A simple constructor that initializes the object with the given values.
public NodesChangedEventArgs ( FileSystemTreeNode p_tndNode ) : System
p_tndNode FileSystemTreeNode The node that has changed.
return System