ComponentOne for WinUI 製品ヘルプ
DragItemsStarting イベント

C1.WinUI.Viewer アセンブリ > C1.WinUI.Viewer 名前空間 > ToolMenu クラス : DragItemsStarting イベント
シンタックス
'宣言
 
Public Event DragItemsStarting As Microsoft.UI.Xaml.Controls.DragItemsStartingEventHandler
public event Microsoft.UI.Xaml.Controls.DragItemsStartingEventHandler DragItemsStarting
イベント データ

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

プロパティ解説
Gets or sets a value that indicates whether the item drag action should be canceled.  
Gets the data payload associated with an items drag action.  
Gets the loosely typed collection of objects that are selected for the item drag action.  
参照