Click or drag to resize
Accord.NET (logo)

ColumnOptionCollectionTOptions, TFilterAddingNew Event

Occurs when a new TOptions is being added to the collection. Handlers of this event can prevent a column options from being added by throwing an exception.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public event EventHandler<TOptions> AddingNew
Request Example View Source

Value

Type: SystemEventHandlerTOptions
See Also