WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.Cab.Out.OutputEventArgs Class Reference

EventArgs for events of IOutput objects. More...

Inheritance 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.

Definition at line 12 of file OutputEventArgs.cs.

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.

Definition at line 34 of file OutputEventArgs.cs.

DirectOutput.Cab.Out.OutputEventArgs.OutputEventArgs ( )

Initializes a new instance of the OutputEventArgs class.

Definition at line 42 of file OutputEventArgs.cs.

Property Documentation

string DirectOutput.Cab.Out.OutputEventArgs.Name
get

Name of the IOutput which has triggered the event

Definition at line 28 of file OutputEventArgs.cs.

IOutput DirectOutput.Cab.Out.OutputEventArgs.Output
getset

IOutput objec^t which has triggered the event.

Definition at line 18 of file OutputEventArgs.cs.

int DirectOutput.Cab.Out.OutputEventArgs.Value
get

Value of the IOutput which has triggered the event.

Definition at line 23 of file OutputEventArgs.cs.


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