Class InteractiveActionCancelEventArgs
Provides data for the OnInteractiveActionExecuting event.
Inherited Members
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.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
|