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

Event args for Set events. More...

Inheritance diagram for DirectOutput.General.Generic.SetEventArgs< Ty >:
Collaboration diagram for DirectOutput.General.Generic.SetEventArgs< Ty >:

Public Member Functions

 SetEventArgs ()
 Initializes a new instance of the SetEventArgs{Ty} class. More...
 
 SetEventArgs (int Index, Ty OldItem, Ty NewItem)
 Initializes a new instance of the SetEventArgs{Ty} class. More...
 

Properties

int Index [get, set]
 The zero-based index at which OldItem can be found. More...
 
Ty OldItem [get, set]
 Item to be replaced. More...
 
Ty NewItem [get, set]
 New item for the replacement. More...
 

Detailed Description

Event args for Set events.

Template Parameters
TyThe type of the y.

Constructor & Destructor Documentation

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

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

DirectOutput.General.Generic.SetEventArgs< Ty >.SetEventArgs ( int  Index,
Ty  OldItem,
Ty  NewItem 
)

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

Parameters
IndexThe index.
OldItemThe old item.
NewItemThe new item.

Property Documentation

int DirectOutput.General.Generic.SetEventArgs< Ty >.Index
getset

The zero-based index at which OldItem can be found.

Ty DirectOutput.General.Generic.SetEventArgs< Ty >.NewItem
getset

New item for the replacement.

Ty DirectOutput.General.Generic.SetEventArgs< Ty >.OldItem
getset

Item to be replaced.


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