Share via


ExplorerNodeEventArgs Class

Definition

Provides data for several events related to SharePoint nodes in Server Explorer.

public ref class ExplorerNodeEventArgs : EventArgs
public class ExplorerNodeEventArgs : EventArgs
type ExplorerNodeEventArgs = class
    inherit EventArgs
Public Class ExplorerNodeEventArgs
Inherits EventArgs
Inheritance
ExplorerNodeEventArgs
Derived

Remarks

This class provides data for the following events:

Constructors

ExplorerNodeEventArgs(IExplorerNode)

Initializes a new instance of the ExplorerNodeEventArgs class.

Properties

Node

Gets the node that is associated with this event.

Applies to