DirectXFormBase.PaintEx Event
A DirectX-compatible event that replaces the standard Control.Paint event. Occurs when the form is redrawn.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Event Data
The PaintEx event's data class is DevExpress.Utils.XtraPaintEventArgs.
See Also