DataViewAllItemsDeleted
Syntax
event DataViewAllItemsDeleted { 
   string msgId; 
   string dvName; 
   dictionary<string, string> extraParams; 
}
These events are responses to DataViewDeleteAllItem events. They indicate the successful deletion of all items associated with a given DataView definition.
Syntax description
| msgId | Optional field that contains the ID, if specified, of the message to which this event is a response. | 
| dvName | Unique name of the DataView definition specified in the event to which this event is a response. | 
| extraParams | Optional field that future implementations may use. |