TextControlCopyingToClipboardEventArgs クラス

定義

CopyingToClipboard イベントのイベント データを提供します。

public ref class TextControlCopyingToClipboardEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TextControlCopyingToClipboardEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TextControlCopyingToClipboardEventArgs
Public NotInheritable Class TextControlCopyingToClipboardEventArgs
継承
Object Platform::Object IInspectable TextControlCopyingToClipboardEventArgs
属性

注釈

CopyingToClipboard イベントのハンドラーでアクションを実行する場合は、 Handled プロパティを true に設定 します。それ以外の場合は、既定のコピー アクションが実行されます。

プロパティ

Handled

ルーティング イベントを処理済みとしてマークする値を取得または設定します。 Handled の true 値を指定すると、イベント ルートに沿ったほとんどのハンドラーが同じイベントを再び処理できなくなります。

適用対象

こちらもご覧ください