Raises OnViewObjectClick event.

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

Syntax

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

See Also