ContextFlyoutItemHandlerUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Communicates information from an IMenuFlyout about updates to an IMenuFlyoutHandler
public ref class ContextFlyoutItemHandlerUpdate : IEquatable<Microsoft::Maui::Handlers::ContextFlyoutItemHandlerUpdate ^>
public class ContextFlyoutItemHandlerUpdate : IEquatable<Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate>
type ContextFlyoutItemHandlerUpdate = class
interface IEquatable<ContextFlyoutItemHandlerUpdate>
Public Class ContextFlyoutItemHandlerUpdate
Implements IEquatable(Of ContextFlyoutItemHandlerUpdate)
- Inheritance
-
ContextFlyoutItemHandlerUpdate
- Implements
Constructors
ContextFlyoutItemHandlerUpdate(ContextFlyoutItemHandlerUpdate) | |
ContextFlyoutItemHandlerUpdate(Int32, IMenuElement) |
Communicates information from an IMenuFlyout about updates to an IMenuFlyoutHandler |
Properties
EqualityContract | |
Index | |
MenuElement |
Methods
<Clone>$() | |
Deconstruct(Int32, IMenuElement) | |
Equals(ContextFlyoutItemHandlerUpdate) | |
Equals(Object) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(ContextFlyoutItemHandlerUpdate, ContextFlyoutItemHandlerUpdate) | |
Inequality(ContextFlyoutItemHandlerUpdate, ContextFlyoutItemHandlerUpdate) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.