ExplorerNodeEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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:
The NodeChildrenRequested, NodeDisposing, and NodeInitialized events of an IExplorerNodeType or IExplorerNodeTypeDefinition object.
The DoubleClick event of an IExplorerNode object.
Constructors
ExplorerNodeEventArgs(IExplorerNode) |
Initializes a new instance of the ExplorerNodeEventArgs class. |
Properties
Node |
Gets the node that is associated with this event. |