Table of Contents

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

EventHandler<ActiveLayoutEngineChangedEventArgs>

WorkspaceAdded

Event raised when a workspace is added.
event EventHandler<WorkspaceAddedEventArgs>? WorkspaceAdded

Event Type

EventHandler<WorkspaceAddedEventArgs>

WorkspaceLayoutCompleted

Event raised when a workspace has completed its layout.
event EventHandler<WorkspaceLayoutCompletedEventArgs>? WorkspaceLayoutCompleted

Event Type

EventHandler<WorkspaceLayoutCompletedEventArgs>

WorkspaceLayoutStarted

Event raised when a workspace has started its layout.
event EventHandler<WorkspaceLayoutStartedEventArgs>? WorkspaceLayoutStarted

Event Type

EventHandler<WorkspaceLayoutStartedEventArgs>

WorkspaceRemoved

Event raised when a workspace is removed.
event EventHandler<WorkspaceRemovedEventArgs>? WorkspaceRemoved

Event Type

EventHandler<WorkspaceRemovedEventArgs>

WorkspaceRenamed

Event raised when a workspace is renamed.
event EventHandler<WorkspaceRenamedEventArgs>? WorkspaceRenamed

Event Type

EventHandler<WorkspaceRenamedEventArgs>