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

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

            this.QueueDraw();
        }