DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.General.Generic.ValidateItemEventArgs< Ty > Class Template Reference

EventArgs for ValidateItem event. More...

Inheritance diagram for DirectOutput.General.Generic.ValidateItemEventArgs< Ty >:
Collaboration 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.

Constructor & Destructor Documentation

DirectOutput.General.Generic.ValidateItemEventArgs< Ty >.ValidateItemEventArgs ( )

Initializes a new instance of the ValidateItemEventArgs{Ty} class.

DirectOutput.General.Generic.ValidateItemEventArgs< Ty >.ValidateItemEventArgs ( Ty  Item)

Initializes a new instance of the ValidateItemEventArgs{Ty} class.

Parameters
ItemThe item.

Property Documentation

Ty DirectOutput.General.Generic.ValidateItemEventArgs< Ty >.Item
getset

Item to validate.


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