Skip to main content
A newer version of this page is available. .

PrintControl.BrickMouseMove Event

Occurs when moving the mouse over a brick’s region within the PrintControl.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v19.1.dll

Declaration

public event BrickEventHandler BrickMouseMove

Event Data

The BrickMouseMove event's data class is BrickEventArgs. The following properties provide information specific to this event:

Property Description
Args Returns an object storing the event arguments.
Brick Gets a brick for which an event has been raised. Inherited from BrickEventArgsBase.
BrickScreenBounds Returns the rectangle displayed when clicking a brick.
Page Returns the document page containing the brick for which the corresponding event was fired.
X Returns the horizontal mouse position within a brick.
Y Returns the vertical mouse position within a brick.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the BrickMouseMove event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also