Skip to main content
All docs
V23.2

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.v23.2.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