# `TabBarControlDelegate tabBar:willUnselectTabItem:`

*Instance Method*

## Declaration

```swift
func tabBar(_ tabBarControl: GSTabBarControl, willUnselectTabItem tabItem: NSViewController) -> Bool
```

```objc
- (BOOL) tabBar:(GSTabBarControl *) tabBarControl willUnselectTabItem:(NSViewController *) tabItem;
```

```python
tabBar_willUnselectTabItem_(tabBarControl: GSTabBarControl, tabItem: NSViewController) -> bool
```

