Feedback

  • Contents
 

II3IDEvents2::HandlerAboutToSave Method

Synopsis

Called before Designer saves a handler. Returning a failure from this callout does not stop Designer from attempting to save the handler.

IDL Function Prototype

HRESULT HandlerAboutToSave(

   [in] BSTR Path,

   [in] II3IDHandler * Handler

);

C/C++ Syntax

HRESULT HandlerAboutToSave(BSTR Path, II3IDHandler * Handler);

Parameters

Path

Path to the handler file.

Handler

The II3IDHandler object being saved.