C1.Silverlight.Schedule.5 Assembly > C1.C1Schedule Namespace > C1BindingSource Class : AddingNew Event |
'Declaration Public Event AddingNew As AddingNewEventHandler
public event AddingNewEventHandler AddingNew
The event handler receives an argument of type AddingNewEventArgs containing data related to this event. The following AddingNewEventArgs properties provide information specific to this event.
Property | Description |
---|---|
NewObject | Gets or sets the object to be added to the binding list. |