Share via


RenderBatch.DisposedEventHandlerIDs Property

Definition

Gets the IDs of the event handlers that were disposed.

public:
 property Microsoft::AspNetCore::Components::RenderTree::ArrayRange<System::UInt64> DisposedEventHandlerIDs { Microsoft::AspNetCore::Components::RenderTree::ArrayRange<System::UInt64> get(); };
public Microsoft.AspNetCore.Components.RenderTree.ArrayRange<ulong> DisposedEventHandlerIDs { get; }
member this.DisposedEventHandlerIDs : Microsoft.AspNetCore.Components.RenderTree.ArrayRange<uint64>
Public ReadOnly Property DisposedEventHandlerIDs As ArrayRange(Of ULong)

Property Value

Applies to