Back to Devexpress

PrintControl.BrickMouseMove Event

windowsforms-devexpress-dot-xtraprinting-dot-control-dot-printcontrol-8c956ad0.md

latest2.5 KB
Original Source

PrintControl.BrickMouseMove Event

Occurs when moving the mouse 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 BrickMouseMove
vb
Public Event BrickMouseMove As BrickEventHandler

Event Data

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