onbeforecopy property
Sets or gets a pointer to the event handler function associated with the event.
Syntax
HRESULT value = object.put_onbeforecopy(VARIANT v);HRESULT value = object.get_onbeforecopy(VARIANT* p);
Property values
Type: VARIANT
the IDispatch interface of an object with a default method that is invoked when the event occurs.