Package com.ms.activeX |
![]() Previous |
![]() Contents |
![]() Index |
![]() Next |
public interface AXComponentEventListener { // Method public void controlCreated(); }
The AXComponentEventListener class consists of events that are triggered by the control host.
public void controlCreated(Object target);Called when the actual control has been created.
Return Value:
No return value.
Parameter Description target The reference to the object that generated the event.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.