Class InteractiveActionCancelEventArgs
Provides data for a cancelable Action event.
Inheritance
System.Object
System.EventArgs
InteractiveActionCancelEventArgs
Inherited Members
Namespace: Telerik.ReportViewer.Wpf
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public class InteractiveActionCancelEventArgs : InteractiveActionEventArgs
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|