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

EventErgs for remove events More...

Inheritance diagram for DirectOutput.General.Generic.RemoveEventArgs< Ty >:

Public Member Functions

 RemoveEventArgs ()
 Initializes a new instance of the RemoveEventArgs<Ty> class. More...
 
 RemoveEventArgs (int Index, Ty Item)
 Initializes a new instance of the RemoveEventArgs<Ty> class. More...
 

Properties

int Index [get, set]
 The zero-based index at which the item can be found. More...
 
Ty Item [get, set]
 The value of the Item to remove from index. More...
 

Detailed Description

EventErgs for remove events

Definition at line 8 of file RemoveEventArgs.cs.

Constructor & Destructor Documentation

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

Definition at line 23 of file RemoveEventArgs.cs.

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

Parameters
IndexThe index.
ItemThe item.

Definition at line 29 of file RemoveEventArgs.cs.

Property Documentation

The zero-based index at which the item can be found.

Definition at line 14 of file RemoveEventArgs.cs.

The value of the Item to remove from index.

Definition at line 19 of file RemoveEventArgs.cs.


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