DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.General.Generic.NameChangeEventArgs Class Reference

EventArgs for name change events. More...

Inheritance diagram for DirectOutput.General.Generic.NameChangeEventArgs:
Collaboration diagram for DirectOutput.General.Generic.NameChangeEventArgs:

Public Member Functions

 NameChangeEventArgs ()
 Initializes a new instance of the NameChangeEventArgs class. More...
 
 NameChangeEventArgs (string OldName, string NewName)
 Initializes a new instance of the NameChangeEventArgs class. More...
 

Properties

string OldName [get, set]
 Gets or sets the old name. More...
 
string NewName [get, set]
 Gets or sets the new name. More...
 

Detailed Description

EventArgs for name change events.

Constructor & Destructor Documentation

DirectOutput.General.Generic.NameChangeEventArgs.NameChangeEventArgs ( )

Initializes a new instance of the NameChangeEventArgs class.

DirectOutput.General.Generic.NameChangeEventArgs.NameChangeEventArgs ( string  OldName,
string  NewName 
)

Initializes a new instance of the NameChangeEventArgs class.

Parameters
OldNameThe old name.
NewNameThe new name.

Property Documentation

string DirectOutput.General.Generic.NameChangeEventArgs.NewName
getset

Gets or sets the new name.

The new name.

string DirectOutput.General.Generic.NameChangeEventArgs.OldName
getset

Gets or sets the old name.

The old name.


The documentation for this class was generated from the following file: