Skip to main content
A newer version of this page is available. .

PrintControl.BrickDoubleClick Event

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

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public event BrickEventHandler BrickDoubleClick

Event Data

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

Property Description
Args Returns an object storing the event arguments.
Brick Gets a brick for which an event has been raised. Inherited from BrickEventArgsBase.
BrickScreenBounds Returns the rectangle displayed when clicking a brick.
Page Returns the document page containing the brick for which the corresponding event was fired.
X Returns the horizontal mouse position within a brick.
Y Returns 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