EN_SELCHANGE top-level constant

int const EN_SELCHANGE

Notifies a rich edit control's parent window that the current selection has changed.

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-selchange.

Implementation

const EN_SELCHANGE = 1794;