C# Class Puzzle.Collections.CollectionEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Index int
Item object

Public Methods

Method Description
CollectionEventArgs ( ) : System
CollectionEventArgs ( object item, int index ) : System

Method Details

CollectionEventArgs() public method

public CollectionEventArgs ( ) : System
return System

CollectionEventArgs() public method

public CollectionEventArgs ( object item, int index ) : System
item object
index int
return System

Property Details

Index public_oe property

public int Index
return int

Item public_oe property

public object Item
return object