예제 #1
0
        private void on_item_inserted(object Sender, ListInsertEventArgs args)
        {
            //adauga in store
            store.InsertWithValues(args.Index, false, args.Value);

            this.QueueDraw();
        }
예제 #2
0
        private void on_item_inserted( object Sender, ListInsertEventArgs args )
        {
            //adauga in store
            store.InsertWithValues( args.Index, false, args.Value );

            this.QueueDraw();
        }