Share via


RenderBatch.NamedEventChanges Property

Definition

Gets the named events that were changed, or null.

public Microsoft.AspNetCore.Components.RenderTree.ArrayRange<Microsoft.AspNetCore.Components.RenderTree.NamedEventChange>? NamedEventChanges { get; }
member this.NamedEventChanges : Nullable<Microsoft.AspNetCore.Components.RenderTree.ArrayRange<Microsoft.AspNetCore.Components.RenderTree.NamedEventChange>>
Public ReadOnly Property NamedEventChanges As Nullable(Of ArrayRange(Of NamedEventChange))

Property Value

Applies to