Share via


ExplorerNodePropertiesRequestedEventArgs Class

Definition

Provides data for the NodePropertiesRequested event.

public ref class ExplorerNodePropertiesRequestedEventArgs : Microsoft::VisualStudio::SharePoint::Explorer::ExplorerNodeEventArgs
public class ExplorerNodePropertiesRequestedEventArgs : Microsoft.VisualStudio.SharePoint.Explorer.ExplorerNodeEventArgs
type ExplorerNodePropertiesRequestedEventArgs = class
    inherit ExplorerNodeEventArgs
Public Class ExplorerNodePropertiesRequestedEventArgs
Inherits ExplorerNodeEventArgs
Inheritance
ExplorerNodePropertiesRequestedEventArgs

Constructors

ExplorerNodePropertiesRequestedEventArgs(IExplorerNode, IPropertySourceCollection)

Initializes a new instance of the ExplorerNodePropertiesRequestedEventArgs class.

Properties

Node

Gets the node that is associated with this event.

(Inherited from ExplorerNodeEventArgs)
PropertySources

Gets the collection of properties for the node that is associated with the NodePropertiesRequested event.

Applies to