Class
RenameEventArg

Definition

Namespace:ArtOfTest.WebAii.Design.EventArguments

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class RenameEventArg : EventArgs

Inheritance: objectEventArgsRenameEventArg

Inherited Members EventArgs.Empty

Constructors

RenameEventArg(string, string)

Declaration

cs-api-definition
public RenameEventArg(string oldPath, string newPath)

Parameters

oldPath

string

newPath

string

Properties

NewPath

Declaration

cs-api-definition
public string NewPath { get; set; }

Property Value

string

OldPath

Declaration

cs-api-definition
public string OldPath { get; set; }

Property Value

string