PropertyMapper.SetPropertyCore Method

Definition

protected:
 virtual void SetPropertyCore(System::String ^ key, Action<Microsoft::Maui::IElementHandler ^, Microsoft::Maui::IElement ^> ^ action);
protected virtual void SetPropertyCore (string key, Action<Microsoft.Maui.IElementHandler,Microsoft.Maui.IElement> action);
abstract member SetPropertyCore : string * Action<Microsoft.Maui.IElementHandler, Microsoft.Maui.IElement> -> unit
override this.SetPropertyCore : string * Action<Microsoft.Maui.IElementHandler, Microsoft.Maui.IElement> -> unit
Protected Overridable Sub SetPropertyCore (key As String, action As Action(Of IElementHandler, IElement))

Parameters

key
String

Applies to