Table of Contents

Class DataCollectionFilterEventArgs

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

Provides data for the filter changed event in data collection components.

public sealed class DataCollectionFilterEventArgs : EventArgs
Inheritance
object
EventArgs
DataCollectionFilterEventArgs

Constructors

DataCollectionFilterEventArgs()

public DataCollectionFilterEventArgs()

Properties

FilterText

The text used to filter the data collection.

public required string FilterText { get; init; }

Property Value

string