onlayoutcomplete property
Sets or gets a pointer to the event handler function that fires when the print or print preview layout process finishes filling the object with content from the source document.
Syntax
HRESULT value = object.put_onlayoutcomplete(VARIANT v);HRESULT value = object.get_onlayoutcomplete(VARIANT* p);
Property values
Type: VARIANT
a pointer to the event handler function, or NULL otherwise.