RichTextBox for UWP/WinRT
ClipboardPasting イベント

クリップボードの貼り付けがトリガされたときに発生します。
構文
'宣言
 
Public Event ClipboardPasting As System.EventHandler(Of ClipboardEventArgs)
public event System.EventHandler<ClipboardEventArgs> ClipboardPasting
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、ClipboardEventArgs 型の引数を受け取りました。次の ClipboardEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Handledクリップボードイベントがイベントリスナーによって処理済みで、C1.Xaml.RichTextBox.C1RichTextBox は処理を行う必要がないかどうかを示します。  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1RichTextBox クラス
C1RichTextBox メンバ

Send Feedback