Class ArrayEventArgs
Custom event args that stores an int and an object
Assembly: Meadow.Foundation.dll
View Source
Declaration
public class ArrayEventArgs : EventArgs
Inheritance: System.Object
-> System.EventArgs
Properties
ItemIndex
Item index in array
View Source
Declaration
public int ItemIndex { get; set; }
Item
Item at index
View Source
Declaration
public object Item { get; set; }