コード例 #1
0
        // force redraw with same data
        void ILocalizableComponent.LocalizationChanged(Docking.DockItem item)
        {
            Object save = this.propertygrid1.CurrentObject;

            this.propertygrid1.CurrentObject = null;
            this.propertygrid1.CurrentObject = save;
            this.propertygrid1.QueueDraw();
        }
コード例 #2
0
 void ILocalizableComponent.LocalizationChanged(Docking.DockItem item)
 {
 }
 void ILocalizableComponent.LocalizationChanged(Docking.DockItem item)
 {
     UpdateList();
     UpdateChangeCount();
 }