Skip to main content

MVCxClientQueryBuilderSaveCommandExecutedEventArgs Class

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