Share via


ViewerEventArgs.Handled Property

Gets or sets whether the event was handled. Set to True if you do not want the default action to occur.

Namespace CrystalDecisions.Web Assembly CrystalDecisions.Web (CrystalDecisions.Web.dll)

Syntax

'Declaration

Public Property Handled As Boolean
public bool Handled {get; set;}

Remarks

This is the base class used for the CrystalReportViewer events.

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

ViewerEventArgs Class
ViewerEventArgs Members
CrystalDecisions.Web Namespace