Ejemplo n.º 1
0
            public ChangeMonitor(CustomAttributesEditor editor, KeyValueItem item)
            {
                this.editor = editor;
                this.item   = item;

                item.PropertyChanged += new PropertyChangedEventHandler(item_PropertyChanged);
            }
 public KeyValueItemDeleteCommand(CustomAttributesEditor editor, KeyValueItem item)
 {
     this.editor = editor;
     this.item = item;
 }
            public ChangeMonitor(CustomAttributesEditor editor, KeyValueItem item)
            {
                this.editor = editor;
                this.item = item;

                item.PropertyChanged += new PropertyChangedEventHandler(item_PropertyChanged);
            }
Ejemplo n.º 4
0
 public KeyValueItemDeleteCommand(CustomAttributesEditor editor, KeyValueItem item)
 {
     this.editor = editor;
     this.item   = item;
 }