C1.Silverlight.RichTextBox.5
ClipboardPasting Event

Fired when a clipboard paste has been triggered.
Syntax
'Declaration
 
Public Event ClipboardPasting As System.EventHandler(Of ClipboardEventArgs)
public event System.EventHandler<ClipboardEventArgs> ClipboardPasting
Event Data

The event handler receives an argument of type ClipboardEventArgs containing data related to this event. The following ClipboardEventArgs properties provide information specific to this event.

PropertyDescription
HandledIndicates whether the clipboard event has been handled by an event listener and C1.Silverlight.RichTextBox.C1RichTextBox should do nothing.  
See Also

Reference

C1RichTextBox Class
C1RichTextBox Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.