PowerTools ActiveReports for .NET 11.0J
PreviewDragOver イベント

構文
'宣言
 
Public Event PreviewDragOver As DragEventHandler
public event DragEventHandler PreviewDragOver
イベント データ

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

プロパティ解説
AllowedEffectsGets a member of the System.Windows.DragDropEffects enumeration that specifies which operations are allowed by the originator of the drag event.  
DataGets a data object that contains the data associated with the corresponding drag event.  
EffectsGets or sets the target drag-and-drop operation.  
Handled System.Windows.RoutedEventArgsから継承されます。
KeyStatesGets a flag enumeration indicating the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.  
OriginalSource System.Windows.RoutedEventArgsから継承されます。
RoutedEvent System.Windows.RoutedEventArgsから継承されます。
Source System.Windows.RoutedEventArgsから継承されます。
参照

関連項目

Viewer クラス
Viewer メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.