LayoutGroup.SelectedTabChildChanged Event
In This Article
Fires when a new tab is selected in the current group. This member is in effect when the current group is rendered as a tabbed group.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll
#Declaration
#Event Data
The SelectedTabChildChanged event's handler receives an argument of the ValueChangedEventArgs<FrameworkElement> type. The following properties provide information specific to this event:
Property | Description |
---|---|
New |
Gets an object that represents the new value of a specific property. |
Old |
Gets an object that represents the old value of a specific property. |
#Remarks
The SelectedTabChildChanged event fires when a new tab is selected in the current group. To get the object that represents the selected tab, use the event's parameter or the LayoutGroup.SelectedTabChild property.
See Also