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