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

EventArgs for events of IToy objects More...

Inheritance diagram for DirectOutput.Cab.Toys.ToyEventArgs:
Collaboration 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

Constructor & Destructor Documentation

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

Initializes a new instance of the ToyEventArgs class.

Parameters
ToyThe toy.
DirectOutput.Cab.Toys.ToyEventArgs.ToyEventArgs ( )

Initializes a new instance of the ToyEventArgs class.

Property Documentation

string DirectOutput.Cab.Toys.ToyEventArgs.Name
get

Name of the IToy which has triggered the event

IToy DirectOutput.Cab.Toys.ToyEventArgs.Toy
getset

IToy which has triggered the event


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