IPageHandler Interface

Definition

public interface class IPageHandler : Microsoft::Maui::Handlers::IContentViewHandler
public interface IPageHandler : Microsoft.Maui.Handlers.IContentViewHandler
type IPageHandler = interface
    interface IContentViewHandler
    interface IViewHandler
    interface IElementHandler
Public Interface IPageHandler
Implements IContentViewHandler
Derived
Implements

Properties

ContainerView

Gets the container view for this view.

(Inherited from IViewHandler)
HasContainer

Gets or sets a value that indicates whether the PlatformView is contained within a view.

(Inherited from IViewHandler)
MauiContext

Gets the .NET MAUI context associated with the element.

(Inherited from IElementHandler)
PlatformView

Gets the platform-specific view object associated with the handler.

(Inherited from IElementHandler)
VirtualView

Gets the virtual view (.NET MAUI layer) that is managed by this handler.

(Inherited from IViewHandler)

Methods

DisconnectHandler()

Disconnects the element handler from the element for clean up.

(Inherited from IElementHandler)
GetDesiredSize(Double, Double)

Computes the actual size of a view based on the desired size and constraints.

(Inherited from IViewHandler)
Invoke(String, Object)

Invokes the specified command on the element with the given arguments.

(Inherited from IElementHandler)
PlatformArrange(Rect)

Positions child elements and determines a size for a view.

(Inherited from IViewHandler)
SetMauiContext(IMauiContext)

Sets the .NET MAUI context for the element handler.

(Inherited from IElementHandler)
SetVirtualView(IElement)

Sets the cross-platform virtual view associated with the handler.

(Inherited from IElementHandler)
UpdateValue(String)

Updates the value of the specified property on the handler.

(Inherited from IElementHandler)

Applies to