Represents the method that will handle DesignerMouseUp, DesignerMouseDown events.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public delegate void DesignerMouseEventHandler( Object sender, DesignerMouseEventArgs args ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub DesignerMouseEventHandler ( _ sender As Object, _ args As DesignerMouseEventArgs _ ) |
Visual C++ |
---|
public delegate void DesignerMouseEventHandler( Object^ sender, DesignerMouseEventArgs^ args ) |
Parameters
- sender
- Type: System..::.Object