WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.Table.TableElementValueChangedEventArgs Class Reference

EventArgs object for TableElementValueChanged events. More...

Inheritance diagram for DirectOutput.Table.TableElementValueChangedEventArgs:

Public Member Functions

 TableElementValueChangedEventArgs (TableElement TableElement)
 Initializes a new instance of the TableElementValueChangedEventArgs class. More...
 
 TableElementValueChangedEventArgs ()
 Initializes a new instance of the TableElementValueChangedEventArgs class. More...
 

Properties

TableElement TableElement [get, set]
 Gets or sets the table element which has triggered the event. More...
 
int Number [get]
 Gets the number of the table element which has triggered the event. More...
 
int Value [get]
 Gets the value of the table element which has triggered the event. More...
 
string Name [get]
 Gets the name of the table element which has triggered the event. More...
 

Detailed Description

EventArgs object for TableElementValueChanged events.

Definition at line 8 of file TableElementValueChangedEventArgs.cs.

Constructor & Destructor Documentation

DirectOutput.Table.TableElementValueChangedEventArgs.TableElementValueChangedEventArgs ( TableElement  TableElement)

Initializes a new instance of the TableElementValueChangedEventArgs class.

Parameters
TableElementThe table element which has triggered the event.

Definition at line 43 of file TableElementValueChangedEventArgs.cs.

DirectOutput.Table.TableElementValueChangedEventArgs.TableElementValueChangedEventArgs ( )

Initializes a new instance of the TableElementValueChangedEventArgs class.

Definition at line 51 of file TableElementValueChangedEventArgs.cs.

Property Documentation

string DirectOutput.Table.TableElementValueChangedEventArgs.Name
get

Gets the name of the table element which has triggered the event.

The name of the table element.

Definition at line 37 of file TableElementValueChangedEventArgs.cs.

int DirectOutput.Table.TableElementValueChangedEventArgs.Number
get

Gets the number of the table element which has triggered the event.

The number of the table element.

Definition at line 23 of file TableElementValueChangedEventArgs.cs.

TableElement DirectOutput.Table.TableElementValueChangedEventArgs.TableElement
getset

Gets or sets the table element which has triggered the event.

The table element which has triggered the event.

Definition at line 16 of file TableElementValueChangedEventArgs.cs.

int DirectOutput.Table.TableElementValueChangedEventArgs.Value
get

Gets the value of the table element which has triggered the event.

The value of the table element.

Definition at line 30 of file TableElementValueChangedEventArgs.cs.


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