WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.Cab.Toys.ToyEventArgs Class Reference

EventArgs for events of IToy objects More...

Inheritance diagram for DirectOutput.Cab.Toys.ToyEventArgs:

Public Member Functions

 ToyEventArgs (IToy Toy)
 Initializes a new instance of the ToyEventArgs class. More...
 
 ToyEventArgs ()
 Initializes a new instance of the ToyEventArgs class. More...
 

Properties

IToy Toy [get, set]
 IToy which has triggered the event More...
 
string Name [get]
 Name of the IToy which has triggered the event More...
 

Detailed Description

EventArgs for events of IToy objects

Todo:
Check if this class is necessary (no references to the class yet).

Definition at line 13 of file ToyEventArgs.cs.

Constructor & Destructor Documentation

DirectOutput.Cab.Toys.ToyEventArgs.ToyEventArgs ( IToy  Toy)

Initializes a new instance of the ToyEventArgs class.

Parameters
ToyThe toy.

Definition at line 30 of file ToyEventArgs.cs.

DirectOutput.Cab.Toys.ToyEventArgs.ToyEventArgs ( )

Initializes a new instance of the ToyEventArgs class.

Definition at line 38 of file ToyEventArgs.cs.

Property Documentation

string DirectOutput.Cab.Toys.ToyEventArgs.Name
get

Name of the IToy which has triggered the event

Definition at line 24 of file ToyEventArgs.cs.

IToy DirectOutput.Cab.Toys.ToyEventArgs.Toy
getset

IToy which has triggered the event

Definition at line 19 of file ToyEventArgs.cs.


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