The goog.ui.Container.EventType Enum

goog.ui.Container.EventType

Container-specific events.

@enum
{string}

.AFTER_HIDE

Dispatched after a goog.ui.Container becomes invisible. Non-cancellable.

.AFTER_SHOW

Dispatched after a goog.ui.Container becomes visible. Non-cancellable. NOTE(user): This event really shouldn't exist, because the goog.ui.Component.EventType.SHOW event should behave like this one. But the SHOW event for containers has been behaving as other components' BEFORE_SHOW event for a long time, and too much code relies on that old behavior to fix it now.