MouseButtonClickingEventArgs Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
MouseButtonClickingEventArgs() | |
MouseButtonClickingEventArgs(Int64, Int32, Rectangle, Keys, MouseButtons) |
MouseButtonClickingEventArgs()
protected:
MouseButtonClickingEventArgs();
protected MouseButtonClickingEventArgs ();
Protected Sub New ()
Применяется к
MouseButtonClickingEventArgs(Int64, Int32, Rectangle, Keys, MouseButtons)
public:
MouseButtonClickingEventArgs(long nRowIndex, int nColIndex, System::Drawing::Rectangle rCellRect, System::Windows::Forms::Keys mod, System::Windows::Forms::MouseButtons btn);
public MouseButtonClickingEventArgs (long nRowIndex, int nColIndex, System.Drawing.Rectangle rCellRect, System.Windows.Forms.Keys mod, System.Windows.Forms.MouseButtons btn);
new Microsoft.ReportingServices.QueryDesigners.MouseButtonClickingEventArgs : int64 * int * System.Drawing.Rectangle * System.Windows.Forms.Keys * System.Windows.Forms.MouseButtons -> Microsoft.ReportingServices.QueryDesigners.MouseButtonClickingEventArgs
Public Sub New (nRowIndex As Long, nColIndex As Integer, rCellRect As Rectangle, mod As Keys, btn As MouseButtons)
Параметры
- nRowIndex
- Int64
- nColIndex
- Int32
- rCellRect
- Rectangle
- mod
- Keys
- btn
- MouseButtons