HandlerAttribute Class

Definition

An abstract attribute whose subclasses specify the platform-specific renderers for Xamarin.Forms abstract controls.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public abstract class HandlerAttribute : Attribute
type HandlerAttribute = class
    inherit Attribute
Inheritance
HandlerAttribute
Attributes

Constructors

HandlerAttribute(Type, Type)
HandlerAttribute(Type, Type, Type[])

Properties

Priority

Methods

ShouldRegister()

Returns a Boolean value that indicates whether the runtime should automatically register the handler for the target.

Applies to