RenameSolutionEventArgs 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.
public ref class RenameSolutionEventArgs : EventArgs
public class RenameSolutionEventArgs : EventArgs
type RenameSolutionEventArgs = class
inherit EventArgs
Public Class RenameSolutionEventArgs
Inherits EventArgs
- Inheritance
-
RenameSolutionEventArgs
Constructors
RenameSolutionEventArgs(String, String) |
Properties
NewName |
The new name of the solution |
OldName |
The old name of the solution |