Event ItemChanged
Occurs when a change in the menu item is detected, providing details about the type of change.
public static event EventHandler<BaseEventArgs<MenuChangeKind>>? ItemChanged
Returns
- EventHandler<BaseEventArgs<MenuChangeKind>>
- Occurs when a change in the menu item is detected, providing details about the type of change.
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.