EventCallback<TValue>.Empty Field

Definition

Gets an empty EventCallback<TValue>.

public: static initonly Microsoft::AspNetCore::Components::EventCallback<TValue> Empty;
public static readonly Microsoft.AspNetCore.Components.EventCallback<TValue> Empty;
 staticval mutable Empty : Microsoft.AspNetCore.Components.EventCallback<'Value>
Public Shared ReadOnly Empty As EventCallback(Of TValue) 

Field Value

Applies to