QueryChangeProjectParentEventArgs 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.
Event arguments for QueryChangeProjectParent events.
public ref class QueryChangeProjectParentEventArgs : System::ComponentModel::CancelEventArgs
public class QueryChangeProjectParentEventArgs : System.ComponentModel.CancelEventArgs
type QueryChangeProjectParentEventArgs = class
inherit CancelEventArgs
Public Class QueryChangeProjectParentEventArgs
Inherits CancelEventArgs
- Inheritance
-
QueryChangeProjectParentEventArgs
Constructors
QueryChangeProjectParentEventArgs(IVsHierarchy, IVsHierarchy) |
Instantiates a new instance of QueryChangeProjectParentEventArgs. |
Properties
Hierarchy |
Gets the hierarchy of the project. |
NewParentHierarchy |
Gets the new parent hierarchy. |