[]
Provides event data for commit changes events.
public class CommitChangesEventsArgs : EventArgs
| Name | Description |
|---|---|
| CommitChangesEventsArgs() |
| 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. |