mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
Resolved #199: TabView.selectedIndexChanged event.
This commit is contained in:
@ -39,9 +39,9 @@ var selectedIndexProperty = new dependencyObservable.Property(
|
||||
}
|
||||
|
||||
export class TabView extends view.View implements definition.TabView, view.AddArrayFromBuilder {
|
||||
|
||||
public static itemsProperty = itemsProperty;
|
||||
public static selectedIndexProperty = selectedIndexProperty;
|
||||
public static selectedIndexChangedEvent = "selectedIndexChanged";
|
||||
|
||||
public _addArrayFromBuilder(name: string, value: Array<any>) {
|
||||
if (name === ITEMS) {
|
||||
|
Reference in New Issue
Block a user