tabChanged

    Emitted when switching to another tab.

    TabContainer.swift:1439
    var tabChanged: Signal2 { get }

    To connect to this signal, reference this property and call the

    connect method with the method you want to invoke

    Example:

    obj.tabChanged.connect { tab in
       print ("caught signal")
    }

    Other members in extension

    Types

    Type members

    Instance members