Class NavigateToNodeRequestedEventArgs
Provides data for the NavigateToNodeRequested
event handler.
public class NavigateToNodeRequestedEventArgs : EventArgs
- Inheritance
-
NavigateToNodeRequestedEventArgs
Constructors
- NavigateToNodeRequestedEventArgs(object)
Initializes a new instance of the
NavigateToNodeRequestedEventArgs
class with specified node.
Properties
- Node
Gets a TreeNode that is clicked.