RenderTreeBuilder.AddNamedEvent(String, 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.
Assigns a name to an event in the enclosing element.
public void AddNamedEvent (string eventType, string assignedName);
member this.AddNamedEvent : string * string -> unit
Public Sub AddNamedEvent (eventType As String, assignedName As String)
Parameters
- eventType
- String
The event type, e.g., 'onsubmit'.
- assignedName
- String
The application-assigned name.