GridColumnTModel, TPropertyOnFilterValueChangedAsync Method

Invoked when the filter value has changed, either by the user or programmatically.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public Task OnFilterValueChangedAsync(
	ChangeEventArgs args
)

Parameters

args  ChangeEventArgs
New value

Return Value

Task
Task completion

Implements

IGridColumnTModelOnFilterValueChangedAsync(ChangeEventArgs)

See Also