ClassInteractiveActionCancelEventArgs
Class
Provides data for a cancelable Action event.
Definition
Namespace:Telerik.ReportViewer.Wpf
Assembly:Telerik.ReportViewer.Wpf.dll
Syntax:
cs-api-definition
public class InteractiveActionCancelEventArgs : InteractiveActionEventArgs
Inheritance: objectEventArgsInteractiveActionEventArgsInteractiveActionEventArgsInteractiveActionCancelEventArgs
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