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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.