Skip to content

TabControlSelectedTabChangedEventArgs

Summary

Provides data for the TabControl SelectedTabChanged event.

Signature

1
public class TabControlSelectedTabChangedEventArgs

Namespace

cAlgo.API

Properties

TabControl

Summary

Gets tab control.

Signature

1
public TabControl TabControl {get;}

Return Value

TabControl

SelectedTab

Summary

Gets selected tab item.

Signature

1
public TabItem SelectedTab {get;}

Return Value

TabItem