Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::PSI::OnEditFrameDone Macro
C++
#define OnEditFrameDone(name) \
    DefineRegistryMethodP(PSI_PRELOAD_PRIORITY,PSI_ROOT_REGISTRY,FrameEditDoneControl,WIDE("control"),name WIDE("/rtti"),WIDE("end_frame_edit"),void,(PSI_CONTROL))

When a frame's edit phase ends, controls are notified with this event.

Registers under 

/psi/control/<name>/rtti/end_frame_edit=(PSI_CONTROL)@void@_@end_frame_edit

static void OnEditFrameDone( PSI_CONTROL control )
{
   // a frame's edit is complete, update control appropriately.
}
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!