DirectOuput Framework R2
DirectOutput framework R2 for virtual pinball cabinets
Go to:
Overview
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Pages
NameChangeEventArgs.cs
Go to the documentation of this file.
1
using System;
2
3
namespace
DirectOutput.General.Generic
4
{
8
public
class
NameChangeEventArgs
:EventArgs
9
{
16
public
string
OldName {
get
;
set
; }
23
public
string
NewName {
get
;
set
; }
24
28
public
NameChangeEventArgs
() { }
34
public
NameChangeEventArgs
(
string
OldName,
string
NewName)
35
{
36
this.OldName = OldName;
37
this.NewName = NewName;
38
}
39
40
41
}
42
}
DirectOutput
General
Generic
NameChangeEventArgs.cs
Generated on Sun Mar 29 2015 13:38:05 for DirectOuput Framework R2 by
1.8.3.1