Provides data for a cancelable Action event.
Definition
Namespace:Telerik.ReportViewer.Wpf
Assembly:Telerik.ReportViewer.Wpf.dll
Syntax:
C#
public class InteractiveActionCancelEventArgs : InteractiveActionEventArgs
Inheritance: objectEventArgsInteractiveActionEventArgsInteractiveActionEventArgsInteractiveActionCancelEventArgs
Inherited Members
Properties
Cancel
bool
Gets or sets a value indicating whether the event should be canceled.
C#
public bool Cancel { get; set; }