Class InteractiveActionEventArgs
Provides data for an Action event.
Inherited Members
Namespace: Telerik.ReportViewer.Wpf
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public class InteractiveActionEventArgs : InteractiveActionEventArgs
Properties
Element
Gets the framework element associated with the event.
Declaration
public FrameworkElement Element { get; }
Property Value
System.Windows.FrameworkElement
|