WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.General.Generic.ValidateItemEventArgs< Ty > Class Template Reference

EventArgs for ValidateItem event. More...

Inheritance diagram for DirectOutput.General.Generic.ValidateItemEventArgs< Ty >:

Public Member Functions

 ValidateItemEventArgs ()
 Initializes a new instance of the ValidateItemEventArgs<Ty> class. More...
 
 ValidateItemEventArgs (Ty Item)
 Initializes a new instance of the ValidateItemEventArgs<Ty> class. More...
 

Properties

Ty Item [get, set]
 Item to validate. More...
 

Detailed Description

EventArgs for ValidateItem event.

Definition at line 8 of file ValidateItemEventArgs.cs.

Constructor & Destructor Documentation

Initializes a new instance of the ValidateItemEventArgs<Ty> class.

Definition at line 18 of file ValidateItemEventArgs.cs.

Initializes a new instance of the ValidateItemEventArgs<Ty> class.

Parameters
ItemThe item.

Definition at line 23 of file ValidateItemEventArgs.cs.

Property Documentation

Item to validate.

Definition at line 14 of file ValidateItemEventArgs.cs.


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