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)
'Declaration
Public Property Handled As Boolean
public bool Handled {get; set;}
This is the base class used for the CrystalReportViewer events.
Supported since: Crystal Reports for Visual Studio .NET 2002
ViewerEventArgs Class
ViewerEventArgs Members
CrystalDecisions.Web Namespace