Class InteractiveActionEventArgs
Provides data for the OnInteractiveActionExecuting, OnInteractiveActionEnter and OnInteractiveActionLeave event.
Inheritance
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll
Syntax
public class InteractiveActionEventArgs : EventArgs
Properties
Action
Bounds
Gets the client bounds in pixels of the element that triggered the action
Declaration
public Rect Bounds { get; }
Property Value
System.Windows.Rect
|
CursorPos
Gets the relative coordinates in pixels of the mouse cursor according to the report item that triggered the action. Returns an empty Point instance when used in InteractiveActionLeave event handler.
Declaration
public Point CursorPos { get; }
Property Value
System.Windows.Point
|
Element
Gets the framework element associated with the event.
Declaration
public FrameworkElement Element { get; }
Property Value
System.Windows.FrameworkElement
|