Initializes a new instance of the DesignerMouseEventArgs class.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public DesignerMouseEventArgs( ReportControl control, string mouseModeName, MouseEventArgs args ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ control As ReportControl, _ mouseModeName As String, _ args As MouseEventArgs _ ) |
Visual C++ |
---|
public: DesignerMouseEventArgs( ReportControl^ control, String^ mouseModeName, MouseEventArgs^ args ) |
Parameters
- control
- Type: PerpetuumSoft.Reporting.DOM..::.ReportControl
- mouseModeName
- Type: System..::.String
- args
- Type: System.Windows.Forms..::.MouseEventArgs