Table of Contents

Class NavigateToNodeRequestedEventArgs

Namespace
Alternet.Editor.Roslyn
Assembly
Alternet.Editor.Roslyn.v10.dll

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.