DirectOuput Framework R2
DirectOutput framework R2 for virtual pinball cabinets
Go to:
Overview 
 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.

Definition at line 8 of file ValidateItemEventArgs.cs.

Constructor & Destructor Documentation

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

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

Definition at line 18 of file ValidateItemEventArgs.cs.

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

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

Parameters
ItemThe item.

Definition at line 23 of file ValidateItemEventArgs.cs.

Property Documentation

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

Item to validate.

Definition at line 14 of file ValidateItemEventArgs.cs.


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