Back to Devexpress

PrintControl.BrickMove Event

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

latest3.2 KB
Original Source

PrintControl.BrickMove Event

OBSOLETE

The BrickMove event is obsolete now. Use the BrickMouseMove event instead.

Occurs when the mouse pointer moves over the region specified by a brick within the PrintControl.

Namespace : DevExpress.XtraPrinting.Control

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("The BrickMove event is obsolete now. Use the BrickMouseMove event instead.")]
public event BrickEventHandler BrickMove
vb
<Obsolete("The BrickMove event is obsolete now. Use the BrickMouseMove event instead.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event BrickMove As BrickEventHandler

Event Data

The BrickMove 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.

Remarks

The BrickEventArgs.Args property contains a MouseEventArgs class instance.

See Also

PrintControl Class

PrintControl Members

DevExpress.XtraPrinting.Control Namespace