Click or drag to resize

IPropertyHierarchyViewShowAllPropertiesChanged Event

Occurs when the user wants to change the view. If the argument is true, all properties (including the inherited properties) should be shown, otherwise only the properties of the topmost bag.

Namespace: Altaxo.Gui.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
event Action<bool> ShowAllPropertiesChanged

Value

ActionBoolean
See Also