Share via


StaticHtmlRenderer.TryCreateScopeQualifiedEventName Method

Definition

Creates the fully scope-qualified name for a named event, if the component is within a FormMappingContext (whether or not that mapping context is named).

protected bool TryCreateScopeQualifiedEventName (int componentId, string assignedEventName, out string? scopeQualifiedEventName);
member this.TryCreateScopeQualifiedEventName : int * string * string -> bool
Protected Function TryCreateScopeQualifiedEventName (componentId As Integer, assignedEventName As String, ByRef scopeQualifiedEventName As String) As Boolean

Parameters

componentId
Int32

The ID of the component that defines a named event.

assignedEventName
String

The name assigned to the named event.

scopeQualifiedEventName
String

The scope-qualified event name.

Returns

A flag to indicate whether a value could be produced.

Applies to