Back to Devexpress

PrintControl.BrickMouseUp Event

windowsforms-devexpress-dot-xtraprinting-dot-control-dot-printcontrol-631140a0.md

latest2.5 KB
Original Source

PrintControl.BrickMouseUp Event

Occurs when releasing 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 BrickMouseUp
vb
Public Event BrickMouseUp As BrickEventHandler

Event Data

The BrickMouseUp 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