TextControlCuttingToClipboardEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 CuttingToClipboard 事件的事件數據。
public ref class TextControlCuttingToClipboardEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TextControlCuttingToClipboardEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TextControlCuttingToClipboardEventArgs
Public NotInheritable Class TextControlCuttingToClipboardEventArgs
- 繼承
- 屬性
備註
如果您在 CuttingToClipboard 事件的處理程式中執行任何動作,請將 Handled 屬性設定為 true;否則,會執行預設剪下動作。
屬性
Handled |
取得或設定值,這個值會將路由事件標示為已處理。 Handled 的 true 值可防止事件路由中的大部分處理程式再次處理相同的事件。 |