[]
        
(Showing Draft Content)

C1.WPF.Extended.PropertyGrid.CommitChangesEventsArgs

CommitChangesEventsArgs Class

Provides event data for commit changes events.

Inheritance
CommitChangesEventsArgs
Namespace: C1.WPF.Extended.PropertyGrid
Assembly: C1.WPF.Extended.4.6.2.dll
Syntax
public class CommitChangesEventsArgs : EventArgs

Constructors

Name Description
CommitChangesEventsArgs()

Properties

Name 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.