Back to Devexpress

PrintControl.BrickDoubleClick Event

windowsforms-devexpress-dot-xtraprinting-dot-control-dot-printcontrol-5be39d4c.md

latest2.7 KB
Original Source

PrintControl.BrickDoubleClick Event

Occurs when a brick within the PrintControl is double-clicked.

Namespace : DevExpress.XtraPrinting.Control

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
public event BrickEventHandler BrickDoubleClick
vb
Public Event BrickDoubleClick As BrickEventHandler

Event Data

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

This event is raised if any of the bricks within the PrintControl is double-clicked.

See Also

PrintControl Class

PrintControl Members

DevExpress.XtraPrinting.Control Namespace