Interface IWorkspaceSectorEvents
- Namespace
- Whim
- Assembly
- Whim.dll
The events raised by the IWorkspaceSector.
public interface IWorkspaceSectorEvents
Events
ActiveLayoutEngineChanged
Event raised when a workspace's active layout engine has changed.
event EventHandler<ActiveLayoutEngineChangedEventArgs>? ActiveLayoutEngineChanged
Event Type
WorkspaceAdded
Event raised when a workspace is added.
event EventHandler<WorkspaceAddedEventArgs>? WorkspaceAdded
Event Type
WorkspaceLayoutCompleted
Event raised when a workspace has completed its layout.
event EventHandler<WorkspaceLayoutCompletedEventArgs>? WorkspaceLayoutCompleted
Event Type
WorkspaceLayoutStarted
Event raised when a workspace has started its layout.
event EventHandler<WorkspaceLayoutStartedEventArgs>? WorkspaceLayoutStarted
Event Type
WorkspaceRemoved
Event raised when a workspace is removed.
event EventHandler<WorkspaceRemovedEventArgs>? WorkspaceRemoved
Event Type
WorkspaceRenamed
Event raised when a workspace is renamed.
event EventHandler<WorkspaceRenamedEventArgs>? WorkspaceRenamed