Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
CollectionEventArgs
C# Class CollectionEventArgs, Fiesta_Utils
Inheritance:
EventArgs
Mostra file
Open project: Zepheus/Fiesta_Utils
Class Usage Examples
Public Properties
Property
Type
Description
Index
int
Item
object
Public Methods
Method
Description
CollectionEventArgs
( )
CollectionEventArgs
(
object
item
,
int
index
)
Method Details
CollectionEventArgs()
public
method
public
CollectionEventArgs
( )
CollectionEventArgs()
public
method
public
CollectionEventArgs
(
object
item
,
int
index
)
item
object
index
int
Property Details
Index
public_oe property
public
int
Index
return
int
Item
public_oe property
public
object
Item
return
object