RenderTreeBuilder.SetUpdatesAttributeName(String) Method

Definition

Indicates that the preceding attribute represents an event handler whose execution updates the attribute with name updatesAttributeName.

This information is used by the rendering system to determine whether to accept a value update for the other attribute when receiving a call to the event handler.

public:
 void SetUpdatesAttributeName(System::String ^ updatesAttributeName);
public void SetUpdatesAttributeName (string updatesAttributeName);
member this.SetUpdatesAttributeName : string -> unit
Public Sub SetUpdatesAttributeName (updatesAttributeName As String)

Parameters

updatesAttributeName
String

The name of another attribute whose value can be updated when the event handler is executed.

Applies to