EN_CHANGE top-level constant

int const EN_CHANGE

Notifies a windowless rich edit control's host window that a change has occurred.

A rich edit control sends this notification code in the form of a WM_NOTIFY message.

To learn more, see learn.microsoft.com/windows/win32/Controls/en-change--rich-edit-control-.

Implementation

const EN_CHANGE = 768;