Skip to main content
All docs
V24.1

TextEdit.PaintEx Event

A DirectX-compatible event that replaces the standard Control.Paint event. Occurs when the control is redrawn.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event TextEditPaintExEventHandler PaintEx

Event Data

The PaintEx event's data class is DevExpress.XtraEditors.TextEditPaintExEventArgs.

See Also