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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.