Back to Devexpress

TabControlSelectionChangingEventArgs Members

wpf-devexpress-dot-xpf-dot-core-dot-tabcontrolselectionchangingeventargs-dot-underscore-members.md

latest4.0 KB
Original Source

TabControlSelectionChangingEventArgs Members

Provides data for the DXTabControl.SelectionChanging event.

Constructors

NameDescription
TabControlSelectionChangingEventArgs(Int32, Int32, Object, Object)Initializes a new instance of the TabControlSelectionChangingEventArgs class.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
NewSelectedIndexGets the index of the tab item that is about to be selected.
NewSelectedItemGets the tab item to be selected.
OldSelectedIndexGets the index of the currently selected tab item.
OldSelectedItemGets the currently selected tab item.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

TabControlSelectionChangingEventArgs Class

DevExpress.Xpf.Core Namespace