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.WPF.Extended.PropertyGrid.CommitChangesEventsArgs) |
NewList | Gets or sets the list of items after committing the changes. (Inherited from C1.WPF.Extended.PropertyGrid.CommitChangesEventsArgs) |
OldList | Gets or sets the list of items before committing the changes. (Inherited from C1.WPF.Extended.PropertyGrid.CommitChangesEventsArgs) |
PropertyName | Gets or sets the name of the property. |