MouseButtonDoubleClickedEventArgs Constructors
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.
Overloads
MouseButtonDoubleClickedEventArgs() | |
MouseButtonDoubleClickedEventArgs(HitTestResult, Int64, Int32, Rectangle, MouseButtons, GridButtonArea) |
MouseButtonDoubleClickedEventArgs()
protected:
MouseButtonDoubleClickedEventArgs();
protected MouseButtonDoubleClickedEventArgs ();
Protected Sub New ()
Applies to
MouseButtonDoubleClickedEventArgs(HitTestResult, Int64, Int32, Rectangle, MouseButtons, GridButtonArea)
public:
MouseButtonDoubleClickedEventArgs(Microsoft::ReportingServices::QueryDesigners::HitTestResult htRes, long nRowIndex, int nColIndex, System::Drawing::Rectangle rCellRect, System::Windows::Forms::MouseButtons btn, Microsoft::ReportingServices::QueryDesigners::GridButtonArea headerArea);
public MouseButtonDoubleClickedEventArgs (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.MouseButtonDoubleClickedEventArgs : Microsoft.ReportingServices.QueryDesigners.HitTestResult * int64 * int * System.Drawing.Rectangle * System.Windows.Forms.MouseButtons * Microsoft.ReportingServices.QueryDesigners.GridButtonArea -> Microsoft.ReportingServices.QueryDesigners.MouseButtonDoubleClickedEventArgs
Public Sub New (htRes As HitTestResult, nRowIndex As Long, nColIndex As Integer, rCellRect As Rectangle, btn As MouseButtons, headerArea As GridButtonArea)
Parameters
- htRes
- HitTestResult
- nRowIndex
- Int64
- nColIndex
- Int32
- rCellRect
- Rectangle
- btn
- MouseButtons
- headerArea
- GridButtonArea