C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewDeletedEventArgs Class
Properties

C1GridViewDeletedEventArgs Class Members

The following tables list the members exposed by C1GridViewDeletedEventArgs.

Public Constructors
 NameDescription
Public ConstructorConstructor. Initializes a new instance of the C1GridViewDeletedEventArgs class.  
Top
Public Properties
 NameDescription
Public PropertyGets the number of rows affected by the delete operation.  
Public PropertyGets the exception that was raised during the delete operation.  
Public PropertyGets or sets a value indicating whether an exception that was raised during the delete operation was handled in the event handler.  
Public PropertyGets an ordered dictionary of key field name/value pairs for the deleted record.  
Public PropertyGets a dictionary of the non-key field name/value pairs for the deleted record.  
Top
See Also