C1.Silverlight.Schedule.5
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
NewObjectGets or sets the object to be added to the binding list.  
See Also

Reference

C1BindingSource Class
C1BindingSource Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.