DragItemsStartingEventArgs 類別

定義

提供 DragItemsStarting 事件的事件數據。

public ref class DragItemsStartingEventArgs sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DragItemsStartingEventArgs final
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DragItemsStartingEventArgs
Public NotInheritable Class DragItemsStartingEventArgs
繼承
Object Platform::Object IInspectable DragItemsStartingEventArgs
屬性

建構函式

DragItemsStartingEventArgs()

初始化 DragItemsStartingEventArgs 類別的新實例。

屬性

Cancel

取得或設定值,這個值表示是否應該取消專案拖曳動作。

Data

取得與專案拖曳動作相關聯的數據承載。

Items

取得針對專案拖曳動作選取之物件的鬆散類型集合。

適用於

另請參閱