ElementHandler<TVirtualView,TPlatformView> 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.
generic <typename TVirtualView, typename TPlatformView>
where TVirtualView : class, IElement where TPlatformView : classpublic ref class ElementHandler abstract : Microsoft::Maui::Handlers::ElementHandler
public abstract class ElementHandler<TVirtualView,TPlatformView> : Microsoft.Maui.Handlers.ElementHandler where TVirtualView : class, IElement where TPlatformView : class
type ElementHandler<'VirtualView, 'PlatformView (requires 'VirtualView : null and 'VirtualView :> IElement and 'PlatformView : null)> = class
inherit ElementHandler
interface IElementHandler
Public MustInherit Class ElementHandler(Of TVirtualView, TPlatformView)
Inherits ElementHandler
Type Parameters
- TVirtualView
- TPlatformView
- Inheritance
- Derived
- Implements
Constructors
ElementHandler<TVirtualView,TPlatformView>(IPropertyMapper, CommandMapper) |
Properties
MauiContext | (Inherited from ElementHandler) |
PlatformView | |
Services | (Inherited from ElementHandler) |
VirtualView |
Methods
ConnectHandler(TPlatformView) | |
CreatePlatformElement() | |
DisconnectHandler(TPlatformView) | |
Invoke(String, Object) | (Inherited from ElementHandler) |
SetMauiContext(IMauiContext) | (Inherited from ElementHandler) |
SetVirtualView(IElement) | (Inherited from ElementHandler) |
UpdateValue(String) | (Inherited from ElementHandler) |
Explicit Interface Implementations
IElementHandler.DisconnectHandler() | (Inherited from ElementHandler) |
IElementHandler.PlatformView | |
IElementHandler.VirtualView |
Extension Methods
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.