Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::PSI::OnRevealCommon Macro
C++
#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)
}
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!