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
TableElementValueChangedEventArgs.cs
Go to the documentation of this file.
1
using System;
2
3
namespace
DirectOutput.Table
4
{
8
public
class
TableElementValueChangedEventArgs
: EventArgs
9
{
16
public
TableElement
TableElement
{
get
;
set
; }
23
public
int
Number {
get
{
return
TableElement
.
Number
; } }
30
public
int
Value {
get
{
return
TableElement
.
Value
; } }
37
public
string
Name {
get
{
return
TableElement
.
Name
; } }
38
43
public
TableElementValueChangedEventArgs
(
TableElement
TableElement
)
44
{
45
this.TableElement = TableElement;
46
}
47
51
public
TableElementValueChangedEventArgs
() { }
52
}
53
}
DirectOutput
Table
TableElementValueChangedEventArgs.cs
Generated on Sat Mar 22 2014 14:40:45 for DirectOutputR1 by
1.8.3.1