PrintControl.BrickMouseDown Event
In This Article
Occurs when pressing the mouse button over a brick’s region within the PrintControl.
Namespace: DevExpress.XtraPrinting.Control
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
public event BrickEventHandler BrickMouseDown
#Event Data
The BrickMouseDown 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 Brick |
Brick |
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. |
See Also