Table of Contents

Interface IMapSectorEvents

Namespace
Whim
Assembly
Whim.dll
Events relating to the mapping of IWindows to IWorkspaces and IWorkspaces to IMonitors.
public interface IMapSectorEvents

Events

MonitorWorkspaceChanged

Event for when a monitor's workspace has changed.
event EventHandler<MonitorWorkspaceChangedEventArgs>? MonitorWorkspaceChanged

Event Type

EventHandler<MonitorWorkspaceChangedEventArgs>

WindowRouted

Description of how an IWindow has been routed between workspaces.
event EventHandler<RouteEventArgs>? WindowRouted

Event Type

EventHandler<RouteEventArgs>