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
SetEventArgs.cs
Go to the documentation of this file.
1
using System;
2
3
namespace
DirectOutput.General.Generic
4
{
9
public
class
SetEventArgs<Ty> : EventArgs
10
{
11
15
public
int
Index {
get
;
set
; }
16
20
public
Ty OldItem {
get
;
set
; }
21
25
public
Ty NewItem {
get
;
set
; }
29
public
SetEventArgs
() { }
36
public
SetEventArgs(
int
Index, Ty OldItem, Ty NewItem)
37
{
38
this.Index = Index;
39
this.OldItem = OldItem;
40
this.NewItem = NewItem;
41
}
42
}
43
44
}
DirectOutput
General
Generic
SetEventArgs.cs
Generated on Sun Mar 29 2015 13:38:05 for DirectOuput Framework R2 by
1.8.3.1