AddingNewEventArgsTNewObject Property

Gets or sets the object to be added to the binding list. If , then a new instance of T is tried to be created automatically.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public T NewObject { get; set; }

Property Value

T

See Also