wDialogEvent

These events are generated by common dialogs.

Superclass:wEvent
Seealso:wDialog
Events:
wDialogEventDescription
wEvent_DialogCreatedWhen the dialog is created but not yet shown.
wEvent_DialogClosedWhen the dialog is being closed.
wEvent_DialogHelpWhen the Help button is pressed.
wEvent_DialogApplyWhen the Apply button is pressed.
wEvent_FindNextWhen find next button was pressed.
wEvent_ReplaceWhen replace button was pressed.
wEvent_ReplaceAllWhen replace all button was pressed .
wEvent_PrinterChangedWhen the selected printer is changed.

Consts

wEvent_DialogFirst = 32787'i32
wEvent_DialogCreated = 32788'i32
wEvent_DialogClosed = 32789'i32
wEvent_DialogHelp = 32790'i32
wEvent_DialogApply = 32791'i32
wEvent_FindNext = 32792'i32
wEvent_Replace = 32793'i32
wEvent_ReplaceAll = 32794'i32
wEvent_PrinterChanged = 32795'i32
wEvent_DialogLast = 32796'i32