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.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The PaintEx event's data class is DevExpress.XtraEditors.TextEditPaintExEventArgs.
See Also