Gets or sets a value that indicates the present state of the event handling.
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public bool Handled { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property Handled As Boolean  | 
| Visual C++ | 
|---|
public: property bool Handled { bool get (); void set (bool value); }  |