ClassInteractiveActionEventArgs
Class
Provides data for an Action event.
Definition
Namespace:Telerik.ReportViewer.Wpf
Assembly:Telerik.ReportViewer.Wpf.dll
Syntax:
cs-api-definition
public class InteractiveActionEventArgs : InteractiveActionEventArgs
Inheritance: objectEventArgsInteractiveActionEventArgsInteractiveActionEventArgs
Derived Classes:
Inherited Members
Properties
Element
Gets the framework element associated with the event.
Declaration
cs-api-definition
public FrameworkElement Element { get; }
Property Value
FrameworkElement