Occurs when the mouse pointer is over the designer and a mouse button is pressed.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public event DesignerMouseEventHandler DesignerMouseDown |
Visual Basic (Declaration) |
---|
Public Event DesignerMouseDown As DesignerMouseEventHandler |
Visual C++ |
---|
public: event DesignerMouseEventHandler^ DesignerMouseDown { void add (DesignerMouseEventHandler^ value); void remove (DesignerMouseEventHandler^ value); } |