In This Article

SimpleSwitcher Class

Implements a SwitcherBase that has no user interface and simply processes keystrokes.

public class SimpleSwitcher : SwitcherBase
Inheritance:
object Visual UIElement FrameworkElement Control SwitcherBase object

Constructors

SimpleSwitcher()

Initializes a new instance of the SimpleSwitcher class.

public SimpleSwitcher()

Methods

OnSelectedWindowChanged(DockingWindow, DockingWindow)

Occurs when the SelectedWindow property is changed.

protected override void OnSelectedWindowChanged(DockingWindow oldValue, DockingWindow newValue)
Parameter Type Description
oldValue DockingWindow

The old value.

newValue DockingWindow

The new value.

Inherited Members