GridControl.OnGridSpecialEvent Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
protected:
void OnGridSpecialEvent(int eventType, System::Object ^ data, Microsoft::ReportingServices::QueryDesigners::HitTestResult htResult, long rowIndex, int colIndex, System::Drawing::Rectangle cellRect, System::Windows::Forms::MouseButtons mouseState, Microsoft::ReportingServices::QueryDesigners::GridButtonArea headerArea);
protected void OnGridSpecialEvent(int eventType, object data, Microsoft.ReportingServices.QueryDesigners.HitTestResult htResult, long rowIndex, int colIndex, System.Drawing.Rectangle cellRect, System.Windows.Forms.MouseButtons mouseState, Microsoft.ReportingServices.QueryDesigners.GridButtonArea headerArea);
member this.OnGridSpecialEvent : int * obj * Microsoft.ReportingServices.QueryDesigners.HitTestResult * int64 * int * System.Drawing.Rectangle * System.Windows.Forms.MouseButtons * Microsoft.ReportingServices.QueryDesigners.GridButtonArea -> unit
Protected Sub OnGridSpecialEvent (eventType As Integer, data As Object, htResult As HitTestResult, rowIndex As Long, colIndex As Integer, cellRect As Rectangle, mouseState As MouseButtons, headerArea As GridButtonArea)
Parametri
- eventType
- Int32
- data
- Object
- htResult
- HitTestResult
- rowIndex
- Int64
- colIndex
- Int32
- cellRect
- Rectangle
- mouseState
- MouseButtons
- headerArea
- GridButtonArea