Exemplo n.º 1
0
 public void OnDataWasPasted(object source, DataWasPasted eventArgs)
 {
     Handle(source, DataWasPasted, eventArgs);
 }
Exemplo n.º 2
0
 private void MixedEditorDataWasPasted(object sender, DataWasPasted e)
 {
     logger.TryOrLog(() => Dispatcher.BeginInvoke(new Action(() => chatRoomControlService.HandlePaste(messageTextBox, codeEditor, e))));
 }