SolutionEvents.OnQueryChangeProjectParent Event
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.
Occurs when there is a query about changing the project's parent.
public:
static event EventHandler<Microsoft::VisualStudio::Shell::Events::QueryChangeProjectParentEventArgs ^> ^ OnQueryChangeProjectParent;
public static event EventHandler<Microsoft.VisualStudio.Shell.Events.QueryChangeProjectParentEventArgs> OnQueryChangeProjectParent;
member this.OnQueryChangeProjectParent : EventHandler<Microsoft.VisualStudio.Shell.Events.QueryChangeProjectParentEventArgs>
Public Shared Custom Event OnQueryChangeProjectParent As EventHandler(Of QueryChangeProjectParentEventArgs)