ClassInteractiveActionCancelEventArgs
Class
/// Provides data for interactive actions related event on the ReportViewer and on the Telerik.ReportViewer.Wpf.ReportViewer controls.
Definition
Namespace:Telerik.ReportViewer.Common
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
cs-api-definition
public class InteractiveActionCancelEventArgs : InteractiveActionEventArgs
Inheritance: objectEventArgsInteractiveActionEventArgsInteractiveActionCancelEventArgs
Inherited Members
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled.
Declaration
cs-api-definition
public bool Cancel { get; set; }
Property Value
bool