IPickerHandler Interface
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.
public interface class IPickerHandler : Microsoft::Maui::IViewHandler
public interface IPickerHandler : Microsoft.Maui.IViewHandler
type IPickerHandler = interface
interface IViewHandler
interface IElementHandler
Public Interface IPickerHandler
Implements IViewHandler
- 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 | |
VirtualView |
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) |