DirectOuput Framework R2
DirectOutput framework R2 for virtual pinball cabinets
Go to:
Overview 
 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

Definition at line 8 of file RemoveEventArgs.cs.

Constructor & Destructor Documentation

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

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

Definition at line 23 of file RemoveEventArgs.cs.

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

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

Parameters
IndexThe index.
ItemThe item.

Definition at line 29 of file RemoveEventArgs.cs.

Property Documentation

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

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

Definition at line 14 of file RemoveEventArgs.cs.

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

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: