GrapeCity.ActiveReports.Viewer.Wpf.v12 アセンブリ > GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : QueryContinueDrag イベント |
'宣言 Public Event QueryContinueDrag As QueryContinueDragEventHandler
public event QueryContinueDragEventHandler QueryContinueDrag
イベント ハンドラが、このイベントに関連するデータを含む、QueryContinueDragEventArgs 型の引数を受け取りました。次の QueryContinueDragEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Action | Gets or sets the current status of the associated drag-and-drop operation. |
EscapePressed | Gets a Boolean value indicating whether the ESC key has been pressed. |
Handled | System.Windows.RoutedEventArgsから継承されます。 |
KeyStates | Gets 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から継承されます。 |