IGuiFactoryServiceRegisterRequerySuggestedHandler Method |
Registers a handler that will be called back if something in the Gui has changed so that
a requery of CanExecute() functions might be neccessary. This handler will be bound weak to the event.
Unregister by using
UnregisterRequerySuggestedHandler(EventHandler).
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxvoid RegisterRequerySuggestedHandler(
EventHandler handler
)
Parameters
- handler EventHandler
- The handler.
See Also