Occurs when the object is double-clicked.
Namespace:
PerpetuumSoft.Reporting.ViewAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public event ReportViewEventHandler ViewObjectDoubleClick |
| Visual Basic (Declaration) |
|---|
Public Event ViewObjectDoubleClick As ReportViewEventHandler |
| Visual C++ |
|---|
public: event ReportViewEventHandler^ ViewObjectDoubleClick { void add (ReportViewEventHandler^ value); void remove (ReportViewEventHandler^ value); } |