ComponentOne Scheduler for WPF and Silverlight
AddingNew Event (C1BindingSource)

C1.C1Schedule Namespace > C1BindingSource Class : AddingNew Event
Occurs before an item is added to the underlying list.
Syntax
'Declaration
 
Public Event AddingNew As AddingNewEventHandler
public event AddingNewEventHandler AddingNew
Event Data

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.

PropertyDescription
Gets or sets the object to be added to the binding list.  
See Also