#define OnRevealCommon(name) \ __DefineRegistryMethodP(PSI_PRELOAD_PRIORITY,PSI_ROOT_REGISTRY,RevealCommon,WIDE("control"),name WIDE("/reveal_control"),WIDE("reveal_control"),void,(PSI_CONTROL),__LINE__)
Event given to the control when it is shown. Some controls assign new content to themselves if they are now able to be shown.
Registers under
/psi/control/<name>/reveal_control/reveal_control=(PSI_CONTROL)@void@_@reveal_control
static void OnRevealCommon(name)( PSI_CONTROL control ) { // do something when the control is revealed (was previously hidden) }
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|