#define OnHideCommon(name) \ __DefineRegistryMethodP(PSI_PRELOAD_PRIORITY,PSI_ROOT_REGISTRY,HideCommon,WIDE("control"),name WIDE("/hide_control"),PASTE(name,WIDE("hide_control")),void,(PSI_CONTROL),__LINE__)
This event is called when a control is hidden. A control that is now hidden might do something like stop update timers, stop reading input information, or whatever else the control is doing that affects its display.
Registers under
/psi/control/<name>/hide_common=(PSI_CONTROL)@void@_@hide_common
static void OnHideCommon(name)( PSI_CONTROL control ) { }
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|