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

EventArgs object for TableElementValueChanged events. More...

Inheritance diagram for DirectOutput.Table.TableElementValueChangedEventArgs:
Collaboration 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.

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.
DirectOutput.Table.TableElementValueChangedEventArgs.TableElementValueChangedEventArgs ( )

Initializes a new instance of the TableElementValueChangedEventArgs class.

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.

int DirectOutput.Table.TableElementValueChangedEventArgs.Number
get

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

The number of the table element.

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.

int DirectOutput.Table.TableElementValueChangedEventArgs.Value
get

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

The value of the table element.


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