Initializes a new instance of the DesignerMouseEventArgs class.

Namespace:  PerpetuumSoft.Reporting.Designer
Assembly:  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
)

See Also