DirectOutput
DirectOutput framework R3 for virtual pinball cabinets.
Loading...
Searching...
No Matches
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.
 TableElementValueChangedEventArgs ()
 Initializes a new instance of the TableElementValueChangedEventArgs class.

Properties

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

Detailed Description

EventArgs object for TableElementValueChanged events.

Constructor & Destructor Documentation

◆ TableElementValueChangedEventArgs() [1/2]

DirectOutput.Table.TableElementValueChangedEventArgs.TableElementValueChangedEventArgs ( TableElement TableElement)

Initializes a new instance of the TableElementValueChangedEventArgs class.

Parameters
TableElementThe table element which has triggered the event.

◆ TableElementValueChangedEventArgs() [2/2]

DirectOutput.Table.TableElementValueChangedEventArgs.TableElementValueChangedEventArgs ( )

Initializes a new instance of the TableElementValueChangedEventArgs class.

Property Documentation

◆ Name

string DirectOutput.Table.TableElementValueChangedEventArgs.Name
get

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

The name of the table element.

◆ Number

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

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.

◆ Value

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: