17 private System.Collections.IDictionary _keys;
18 private System.Collections.IDictionary _oldValues;
19 private int _rowsAffected;
34 get {
return _rowsAffected; }
35 set { _rowsAffected = value; }
44 public System.Collections.IDictionary
Keys
58 get {
return _oldValues; }
64 public DeleteObjectArgs(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues)
67 _oldValues = oldValues;
Argument object used in the DeleteObject event.
int RowsAffected
Gets or sets the number of rows affected while handling this event.
System.Collections.IDictionary OldValues
The list of old data values maintained by data binding.
System.Collections.IDictionary Keys
The list of key values entered by the user.
DeleteObjectArgs(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues)
Create an instance of the object.