EN_CHANGE top-level constant

int const EN_CHANGE

Sent when the user has taken an action that may have altered text in an edit control.

Unlike the EN_UPDATE notification code, this notification code is sent after the system updates the screen.

Implementation

const EN_CHANGE = 0x0300;