1 instantiation of ContextFlyoutItemHandlerUpdate
Microsoft.Maui.Controls (1)
Menu\MenuFlyout.cs (1)
105
Handler?.Invoke(action, new Maui.Handlers.
ContextFlyoutItemHandlerUpdate
(index, view));
3 references to ContextFlyoutItemHandlerUpdate
Microsoft.Maui (3)
Handlers\MenuFlyoutHandler\MenuFlyoutHandler.cs (3)
39
if (arg is
ContextFlyoutItemHandlerUpdate
args)
47
if (arg is
ContextFlyoutItemHandlerUpdate
args)
55
if (arg is
ContextFlyoutItemHandlerUpdate
args)