Table of Contents

Event Changed

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when a change is detected, providing details about the type of change.

public event EventHandler<BaseEventArgs<MenuChangeKind>>? Changed

Returns

EventHandler<BaseEventArgs<MenuChangeKind>>
Occurs when a change is detected, providing details about the type of change.
Implements

Remarks

This event is triggered whenever a change occurs, and it provides information about the change through the BaseEventArgs<T> parameter. The MenuChangeKind value indicates the specific type of change that occurred.