C1.WPF.Extended.PropertyGrid Namespace > CollectionEditorControl Class : ValueChanging Event |
'Declaration
Public Event ValueChanging As EventHandler(Of CommitChangesEventsArgs)
public event EventHandler<CommitChangesEventsArgs> ValueChanging
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.
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether this commit will be canceled. |
NewList | Gets or sets the list of items after committing the changes. |
OldList | Gets or sets the list of items before committing the changes. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2