ExplorerNodeEventArgs(IExplorerNode) Constructor
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.
Initializes a new instance of the ExplorerNodeEventArgs class.
public:
ExplorerNodeEventArgs(Microsoft::VisualStudio::SharePoint::Explorer::IExplorerNode ^ node);
public ExplorerNodeEventArgs (Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNode node);
new Microsoft.VisualStudio.SharePoint.Explorer.ExplorerNodeEventArgs : Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNode -> Microsoft.VisualStudio.SharePoint.Explorer.ExplorerNodeEventArgs
Public Sub New (node As IExplorerNode)
Parameters
- node
- IExplorerNode
The node that is associated with the event.