GridControl.OnGridSpecialEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- eventType
- Int32
- data
- Object
- htResult
- HitTestResult
- rowIndex
- Int64
- colIndex
- Int32
- cellRect
- Rectangle
- mouseState
- MouseButtons
- headerArea
- GridButtonArea