Interface IAncestorListener
.NET interface for org.mases.jnet.generated.javax.swing.event.AncestorListener implementing https://docs.oracle.com/javase/8/docs/api/javax/swing/event/AncestorListener.html
public interface IAncestorListener
Methods
AncestorAdded(AncestorEvent)
void AncestorAdded(AncestorEvent arg0)
Parameters
AncestorMoved(AncestorEvent)
void AncestorMoved(AncestorEvent arg0)
Parameters
AncestorRemoved(AncestorEvent)
void AncestorRemoved(AncestorEvent arg0)