Package com.ms.activeX Previous
Previous
Contents
Contents
Index
Index
Next
Next

Interface AXComponentEventListener

Method

public interface AXComponentEventListener {
  // Method
  public void controlCreated();
}

The AXComponentEventListener class consists of events that are triggered by the control host.


Method


controlCreated

public void controlCreated(Object target);

Called when the actual control has been created.

Return Value:

No return value.

ParameterDescription
target The reference to the object that generated the event.



© 1997 Microsoft Corporation. All rights reserved. Legal Notices.