Back to Devexpress

PrintControl.BrickMouseDown Event

windowsforms-devexpress-dot-xtraprinting-dot-control-dot-printcontrol-91001168.md

latest2.5 KB
Original Source

PrintControl.BrickMouseDown Event

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

Namespace : DevExpress.XtraPrinting.Control

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
public event BrickEventHandler BrickMouseDown
vb
Public Event BrickMouseDown As BrickEventHandler

Event Data

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

PropertyDescription
ArgsReturns an object storing the event arguments.
BrickGets a brick for which an event has been raised. Inherited from BrickEventArgsBase.
BrickScreenBoundsReturns the rectangle displayed when clicking a brick.
PageReturns the document page containing the brick for which the corresponding event was fired.
XReturns the horizontal mouse position within a brick.
YReturns the vertical mouse position within a brick.

See Also

PrintControl Class

PrintControl Members

DevExpress.XtraPrinting.Control Namespace