This topic has not yet been rated - Rate this topic

ondrop property

Sets or gets a pointer to the event handler function associated with the HTMLFrameSiteEvents::ondrop event.

Syntax

HRESULT value = object.put_ondrop(VARIANT v);HRESULT value = object.get_ondrop(VARIANT* p);

Property values

Type: VARIANT

the IDispatch interface of an object with a default method that is invoked when the event occurs.

Remarks

Windows Internet Explorer 9. This event has been extended to IHTMLDocument7 and IHTMLWindow7.

See also

HTMLFrameSiteEvents::ondrop

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.