'Declaration Public Event ItemDockModeChanged As EventHandler(Of ItemDockModeChangedEventArgs)
public event EventHandler<ItemDockModeChangedEventArgs> ItemDockModeChanged
Event Data
The event handler receives an argument of type ItemDockModeChangedEventArgs containing data related to this event. The following ItemDockModeChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Control | Gets the System.Windows.Controls.ItemsControl that is transitioning modes. |
NewValue | Gets the mode the C1DockTabControl is transitioning to. |
OldValue | Gets the mode the C1DockTabControl is transitioning from. |
TabControl | Gets the C1DockTabControl that is transitioning modes. |
See Also