[]
Event class for the C1DockControl.DockModeChanged event.
public class ItemDockModeChangedEventArgs : EventArgs
| Name | Description |
|---|---|
| Control | Gets the 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. |