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

Eventargs of BeforeInsert and AfterInsert events. More...

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

Public Member Functions

 InsertEventArgs ()
 Initializes a new instance of the InsertEventArgs{Ty} class. More...
 
 InsertEventArgs (int Index, Ty Item)
 Initializes a new instance of the InsertEventArgs{Ty} class. More...
 

Properties

int Index [get, set]
 The zero-based index at which to insert value. More...
 
Ty Item [get, set]
 The new value of the element at Index. More...
 

Detailed Description

Eventargs of BeforeInsert and AfterInsert events.

Constructor & Destructor Documentation

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

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

DirectOutput.General.Generic.InsertEventArgs< Ty >.InsertEventArgs ( int  Index,
Ty  Item 
)

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

Parameters
IndexThe index.
ItemThe item.

Property Documentation

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

The zero-based index at which to insert value.

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

The new value of the element at Index.


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