ComponentOne Extended Library for WPF and Silverlight
ValueChanging Event (CollectionEditorControl)

C1.Silverlight.Extended.PropertyGrid Namespace > CollectionEditorControl Class : ValueChanging Event
Fired before the bound value is changed.
Syntax
'Declaration
 
Public Event ValueChanging As EventHandler(Of CommitChangesEventsArgs)
public event EventHandler<CommitChangesEventsArgs> ValueChanging
Event Data

The event handler receives an argument of type CommitChangesEventsArgs containing data related to this event. The following CommitChangesEventsArgs properties provide information specific to this event.

PropertyDescription
Gets or sets a value indicating whether this commit will be canceled.  
Gets or sets the list of items after committing the changes.  
Gets or sets the list of items before committing the changes.  
See Also