RenderTreeBuilder.SetUpdatesAttributeName(String) Method
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.
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.