PreviewMouseEventArgs Properties
Provides data for the XRControl.PreviewClick, XRControl.PreviewDoubleClick, XRControl.PreviewMouseMove, XRControl.PreviewMouseDown and XRControl.PreviewMouseUp events.| Name | Description |
|---|---|
| Brick | Gets a visual brick that represents this control’s contents on a report page. |
| MouseButton | Provides access to the value that specifies which mouse button has been clicked. |
| PreviewControl | Gets the control which shows the print preview of the report for this event. |
See Also