Occurs when text inside the TextArea was copied.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler<TextEventArgs> TextCopied
Public Event TextCopied As EventHandler(Of TextEventArgs)
public: event EventHandler<TextEventArgs^>^ TextCopied { void add (EventHandler<TextEventArgs^>^ value); void remove (EventHandler<TextEventArgs^>^ value); }
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238