16 public string OldName {
get; set; }
23 public string NewName {
get; set; }
36 this.OldName = OldName;
37 this.NewName = NewName;
NameChangeEventArgs()
Initializes a new instance of the NameChangeEventArgs class.
NameChangeEventArgs(string OldName, string NewName)
Initializes a new instance of the NameChangeEventArgs class.
EventArgs for name change events.