C1.Silverlight.Docking Namespace > C1DockControl Class : ItemDockModeChanged Event |
'Declaration Public Event ItemDockModeChanged As System.EventHandler(Of ItemDockModeChangedEventArgs)
public event System.EventHandler<ItemDockModeChangedEventArgs> ItemDockModeChanged
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 |
---|---|
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2