DirectOuput Framework R2
DirectOutput framework R2 for virtual pinball cabinets
Go to:
Overview
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Pages
RemoveEventArgs.cs
Go to the documentation of this file.
1
using System;
2
3
namespace
DirectOutput.General.Generic
4
{
8
public
class
RemoveEventArgs<Ty> : EventArgs
9
{
10
14
public
int
Index {
get
;
set
; }
15
19
public
Ty Item {
get
;
set
; }
23
public
RemoveEventArgs
() { }
29
public
RemoveEventArgs(
int
Index, Ty Item)
30
{
31
this.Index = Index;
32
this.Item = Item;
33
}
34
}
35
}
DirectOutput
General
Generic
RemoveEventArgs.cs
Generated on Sun Mar 29 2015 13:38:05 for DirectOuput Framework R2 by
1.8.3.1