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

EventArgs for events of IOutput objects. More...

Inheritance diagram for DirectOutput.Cab.Out.OutputEventArgs:
Collaboration diagram for DirectOutput.Cab.Out.OutputEventArgs:

Public Member Functions

 OutputEventArgs (IOutput Output)
 Initializes a new instance of the OutputEventArgs class. More...
 
 OutputEventArgs ()
 Initializes a new instance of the OutputEventArgs class. More...
 

Properties

IOutput Output [get, set]
 IOutput objec^t which has triggered the event. More...
 
int Value [get]
 Value of the IOutput which has triggered the event. More...
 
string Name [get]
 Name of the IOutput which has triggered the event More...
 

Detailed Description

EventArgs for events of IOutput objects.

Constructor & Destructor Documentation

DirectOutput.Cab.Out.OutputEventArgs.OutputEventArgs ( IOutput  Output)

Initializes a new instance of the OutputEventArgs class.

Parameters
OutputThe IOutput object triggering the event.
DirectOutput.Cab.Out.OutputEventArgs.OutputEventArgs ( )

Initializes a new instance of the OutputEventArgs class.

Property Documentation

string DirectOutput.Cab.Out.OutputEventArgs.Name
get

Name of the IOutput which has triggered the event

IOutput DirectOutput.Cab.Out.OutputEventArgs.Output
getset

IOutput objec^t which has triggered the event.

int DirectOutput.Cab.Out.OutputEventArgs.Value
get

Value of the IOutput which has triggered the event.


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