WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.General.Generic.NameChangeEventArgs Class Reference

EventArgs for name change events. More...

Inheritance 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.

Definition at line 8 of file NameChangeEventArgs.cs.

Constructor & Destructor Documentation

DirectOutput.General.Generic.NameChangeEventArgs.NameChangeEventArgs ( )

Initializes a new instance of the NameChangeEventArgs class.

Definition at line 28 of file NameChangeEventArgs.cs.

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

Initializes a new instance of the NameChangeEventArgs class.

Parameters
OldNameThe old name.
NewNameThe new name.

Definition at line 34 of file NameChangeEventArgs.cs.

Property Documentation

string DirectOutput.General.Generic.NameChangeEventArgs.NewName
getset

Gets or sets the new name.

The new name.

Definition at line 23 of file NameChangeEventArgs.cs.

string DirectOutput.General.Generic.NameChangeEventArgs.OldName
getset

Gets or sets the old name.

The old name.

Definition at line 16 of file NameChangeEventArgs.cs.


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