Click or drag to resize

GUIFactoryServiceRegisterRequerySuggestedHandler 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.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract void RegisterRequerySuggestedHandler(
	EventHandler handler
)

Parameters

handler  EventHandler
The handler.

Implements

IGuiFactoryServiceRegisterRequerySuggestedHandler(EventHandler)
See Also