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

C1.WPF.Extended.PropertyGrid Namespace > CollectionEditor Class : ValueChanging Event
Fired before the value of the current property is changed.
Syntax
'Declaration
 
Public Event ValueChanging As EventHandler(Of PropertyCommitChangesEventsArgs)
Event Data

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

PropertyDescription
Gets or sets a value indicating whether this commit will be canceled. (Inherited from C1.WPF.Extended.PropertyGrid.CommitChangesEventsArgs)
Gets or sets the list of items after committing the changes. (Inherited from C1.WPF.Extended.PropertyGrid.CommitChangesEventsArgs)
Gets or sets the list of items before committing the changes. (Inherited from C1.WPF.Extended.PropertyGrid.CommitChangesEventsArgs)
Gets or sets the name of the property.  
See Also