Skip to content

Framework Primitives Services Messages and Dispatching

github-actions[bot] edited this page Jul 2, 2026 · 1 revision

Services, Messages & Dispatching

Use this layer when the question is coordination rather than structure.

Core Services

  • MessageHub
  • dispatcher / scheduler pair
  • IDialogService
  • INotificationHub in the opt-in notifications package
  • null-object variants for headless code and tests

Core Message Families

  • property changed
  • construction status changed
  • tree structure changed
  • form reverted
  • observable collection change messages

Related Pages

Clone this wiki locally