Click or drag to resize

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 necessary. This handler will be bound weakly to the event. Unregister by using UnregisterRequerySuggestedHandler(EventHandler).

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void RegisterRequerySuggestedHandler(
	EventHandler handler
)

Parameters

handler  EventHandler
The handler.
See Also