DataViewDefinitionDeleted
Syntax
event DataViewDefinitionDeleted {
string msgId;
string dvName;
dictionary<string, string> extraParams;
}
These events are responses to DataViewDeleteDefinition events. They indicate the successful deletion of a DataView definition.
Syntax description
msgId is the ID of the message to which this is a response.
dvName is the unique name of the DataView specified in the event to which this is a response.
extraParams is an optional field that future implementations may use.