Ushahidi.Common.Controls.ScrollEventArgs.ScrollEventArgs C# (CSharp) Méthode

ScrollEventArgs() public méthode

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