MouseButtonClickedEventArgs Costruttori
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.
Overload
| Nome | Descrizione |
|---|---|
| MouseButtonClickedEventArgs() | |
| MouseButtonClickedEventArgs(Int64, Int32, Rectangle, MouseButtons) |
MouseButtonClickedEventArgs()
protected:
MouseButtonClickedEventArgs();
protected MouseButtonClickedEventArgs();
Protected Sub New ()
Si applica a
MouseButtonClickedEventArgs(Int64, Int32, Rectangle, MouseButtons)
public:
MouseButtonClickedEventArgs(long nRowIndex, int nColIndex, System::Drawing::Rectangle rCellRect, System::Windows::Forms::MouseButtons btn);
public MouseButtonClickedEventArgs(long nRowIndex, int nColIndex, System.Drawing.Rectangle rCellRect, System.Windows.Forms.MouseButtons btn);
new Microsoft.ReportingServices.QueryDesigners.MouseButtonClickedEventArgs : int64 * int * System.Drawing.Rectangle * System.Windows.Forms.MouseButtons -> Microsoft.ReportingServices.QueryDesigners.MouseButtonClickedEventArgs
Public Sub New (nRowIndex As Long, nColIndex As Integer, rCellRect As Rectangle, btn As MouseButtons)
Parametri
- nRowIndex
- Int64
- nColIndex
- Int32
- rCellRect
- Rectangle
- btn
- MouseButtons