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

Eventargs of BeforeInsert and AfterInsert events. More...

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

Definition at line 8 of file InsertEventArgs.cs.

Constructor & Destructor Documentation

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

Definition at line 23 of file InsertEventArgs.cs.

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

Parameters
IndexThe index.
ItemThe item.

Definition at line 29 of file InsertEventArgs.cs.

Property Documentation

The zero-based index at which to insert value.

Definition at line 14 of file InsertEventArgs.cs.

The new value of the element at Index.

Definition at line 19 of file InsertEventArgs.cs.


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