ExplorerNodePropertiesRequestedEventArgs 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 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
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. |