C1.Silverlight.Extended.PropertyGrid Namespace > CollectionEditor Class : ValueChanging Event |
'Declaration
Public Event ValueChanging As EventHandler(Of PropertyCommitChangesEventsArgs)
public event EventHandler<PropertyCommitChangesEventsArgs> ValueChanging
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.
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether this commit will be canceled. (Inherited from C1.Silverlight.Extended.PropertyGrid.CommitChangesEventsArgs) |
NewList | Gets or sets the list of items after committing the changes. (Inherited from C1.Silverlight.Extended.PropertyGrid.CommitChangesEventsArgs) |
OldList | Gets or sets the list of items before committing the changes. (Inherited from C1.Silverlight.Extended.PropertyGrid.CommitChangesEventsArgs) |
PropertyName | Gets or sets the name of the property. |
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