RenderTreeFrame.AttributeEventUpdatesAttributeName Property

Definition

If the FrameType property equals Attribute, and the attribute represents an event handler, gets the name of another attribute whose value can be updated to represent the UI state prior to executing the event handler. This is primarily used in two-way bindings.

public:
 property System::String ^ AttributeEventUpdatesAttributeName { System::String ^ get(); };
public string AttributeEventUpdatesAttributeName { get; }
member this.AttributeEventUpdatesAttributeName : string
Public ReadOnly Property AttributeEventUpdatesAttributeName As String

Property Value

Applies to