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

RenameSolutionEventArgs(String, String)

Properties

NewName

The new name of the solution

OldName

The old name of the solution

Applies to