GridControl.OnGridSpecialEvent Method

Definition

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

Applies to