DirectOutputR1
DirectOutput framework R1 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
INamedItem.cs
Go to the documentation of this file.
1
using System;
2
3
namespace
DirectOutput.General.Generic
4
{
8
public
interface
INamedItem
9
{
17
string
Name {
get
;
set
; }
18
22
event
EventHandler<NameChangeEventArgs>
BeforeNameChange
;
26
event
EventHandler<NameChangeEventArgs>
AfterNameChanged
;
27
}
28
29
}
DirectOutput
General
Generic
INamedItem.cs
Generated on Sat Mar 22 2014 14:40:44 for DirectOutputR1 by
1.8.3.1