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; }