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.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public T NewObject { get; set; }
Public Property NewObject As T
Get
Set
public:
property T NewObject {
T get ();
void set (T value);
}
member NewObject : 'T with get, set
Property Value
T