public delegate void FocusedContextChanged(
Context previousFocusedContext
)
Public Delegate Sub FocusedContextChanged (
previousFocusedContext As Context
)
type FocusedContextChanged =
delegate of
previousFocusedContext : Context -> unit