MVCxClientQueryBuilderSaveCommandExecutedEventArgs Class
In This Article
Provides data for the MVCxClientQueryBuilder.SaveCommandExecuted event.
#Declaration
TypeScript
declare class MVCxClientQueryBuilderSaveCommandExecutedEventArgs extends ASPxClientEventArgs
#Remarks
An instance of the MVCxClientQueryBuilderSaveCommandExecutedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
#Inheritance
ASPxClientEventArgs
MVCxClientQueryBuilderSaveCommandExecutedEventArgs
See Also