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

Event args for Set events. More...

Inheritance 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.

Definition at line 9 of file SetEventArgs.cs.

Constructor & Destructor Documentation

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

Definition at line 29 of file SetEventArgs.cs.

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.

Definition at line 36 of file SetEventArgs.cs.

Property Documentation

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

Definition at line 15 of file SetEventArgs.cs.

New item for the replacement.

Definition at line 25 of file SetEventArgs.cs.

Item to be replaced.

Definition at line 20 of file SetEventArgs.cs.


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