Esempio n. 1
0
 /// <summary>
 /// Raises the <see cref="CopyText"/> event.
 /// </summary>
 /// <param name="e">The <see cref="CopyTextEventArgs"/> instance containing the event data.</param>
 protected virtual void OnCopyText(CopyTextEventArgs e)
 {
     if (CopyText != null)
     {
         CopyText(this, e);
     }
 }
 /// <summary>
 /// Raises the <see cref="CopyText"/> event.
 /// </summary>
 /// <param name="e">The <see cref="CopyTextEventArgs"/> instance containing the event data.</param>
 protected virtual void OnCopyText(CopyTextEventArgs e)
 {
   if (CopyText != null)
     CopyText(this, e);
 }