Пример #1
0
 /// <summary>Occurs when the clipboard paste event fires.</summary>
 /// <param name="sender">The sender.</param>
 /// <param name="e">The event args.</param>
 protected virtual void OnClipboardPaste(object sender, ClipboardEventArgs e)
 {
     ClipboardPaste?.Invoke(sender, e);
 }
Пример #2
0
 /// <summary>Occurs when the clipboard paste event fires.</summary>
 /// <param name="e">The event args.</param>
 protected virtual void OnClipboardPaste(ClipboardEventArgs e)
 {
     ClipboardPaste?.Invoke(this, e);
 }