Raises OnViewObjectDoubleClick event.

Namespace:  PerpetuumSoft.Reporting.View
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
protected virtual void OnViewObjectDoubleClick(
	ReportViewEventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnViewObjectDoubleClick ( _
	e As ReportViewEventArgs _
)
Visual C++
protected:
virtual void OnViewObjectDoubleClick(
	ReportViewEventArgs^ e
)

See Also