Ushahidi.Common.Controls.ScrollEventArgs.ScrollEventArgs C# (CSharp) Method

ScrollEventArgs() public method

ScrollListBox Event Args
public ScrollEventArgs ( int index, Control item ) : System
index int index
item System.Windows.Forms.Control item
return System
        public ScrollEventArgs(int index, Control item)
        {
            Index = index;
            Item = item;
        }
ScrollEventArgs