'宣言 Public Event DragItemsStarting As Microsoft.UI.Xaml.Controls.DragItemsStartingEventHandler
public event Microsoft.UI.Xaml.Controls.DragItemsStartingEventHandler DragItemsStarting
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、Microsoft.UI.Xaml.Controls.DragItemsStartingEventArgs 型の引数を受け取りました。次の DragItemsStartingEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Cancel | Gets or sets a value that indicates whether the item drag action should be canceled. |
| Data | Gets the data payload associated with an items drag action. |
| Items | Gets the loosely typed collection of objects that are selected for the item drag action. |
参照