Share via


RenameSolutionEventArgs Class

Definition

public ref class RenameSolutionEventArgs : EventArgs
public class RenameSolutionEventArgs : EventArgs
type RenameSolutionEventArgs = class
    inherit EventArgs
Public Class RenameSolutionEventArgs
Inherits EventArgs
Inheritance
RenameSolutionEventArgs

Constructors

Name Description
RenameSolutionEventArgs(String, String)

Properties

Name Description
NewName

The new name of the solution

OldName

The old name of the solution

Applies to