- Contents
DesignerCOM API
II3IDEvents2::HandlerOpen Method
Synopsis
Called when a handler has been opened which occurs either from opening an existing handler or creating a new one. Returning a failure from this callout does not cause the handler not to open.
IDL Function Prototype
HRESULT HandlerOpen(
[in] II3IDHandler * Handler
);
C/C++ Syntax
HRESULT HandlerOpen( II3IDHandler * Handler);
Parameters
- Handler
-
The II3IDHandler object that was been opened.