FastBindingListTAddingNew Event

Occurs when a new item is added to the list by the AddNew method.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public event EventHandler<AddingNewEventArgs<T>> AddingNew

Value

EventHandlerAddingNewEventArgsT

Remarks

By handling this event a custom item creation of T can be provided.

See Also