Index: src/Common/DelftTools.Controls/ITableViewPasteController.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r8ffcee6dc5fb975b590ae4e15123edf0acf6a8b2 --- src/Common/DelftTools.Controls/ITableViewPasteController.cs (.../ITableViewPasteController.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/DelftTools.Controls/ITableViewPasteController.cs (.../ITableViewPasteController.cs) (revision 8ffcee6dc5fb975b590ae4e15123edf0acf6a8b2) @@ -10,28 +10,12 @@ /// event EventHandler> PasteFailed; - /// - /// Occurs when a paste finished. - /// - event EventHandler PasteFinished; - - /// - /// Whether or not the controller is pasting. - /// - bool IsPasting { get; } - /// /// Gets or sets the paste behaviour value /// - TableViewPasteBehaviourOptions PasteBehaviour { get; set; } + TableViewPasteBehaviourOptions PasteBehaviour { set; } /// - /// Paste value string into tableview at current selection - /// - /// - void PasteLines(string[] lines); - - /// /// This method does most of the work. It Pastes Clipboard content to the table view. /// void PasteClipboardContents();