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

EventErgs for remove events More...

Inheritance diagram for DirectOutput.General.Generic.RemoveEventArgs< Ty >:
Collaboration 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

Constructor & Destructor Documentation

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

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

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

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

Parameters
IndexThe index.
ItemThe item.

Property Documentation

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

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

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

The value of the Item to remove from index.


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