Interface IMapSectorEvents
- Namespace
- Whim
- Assembly
- Whim.dll
public interface IMapSectorEvents
Events
MonitorWorkspaceChanged
Event for when a monitor's workspace has changed.
event EventHandler<MonitorWorkspaceChangedEventArgs>? MonitorWorkspaceChanged
Event Type
WindowRouted
Description of how an IWindow has been routed between workspaces.
event EventHandler<RouteEventArgs>? WindowRouted