The C# System.Web.UI.WebControls.GridViewDeleteEventArgs class represents the event arguments for the GridView control's RowDeleting event. It provides access to the data item being deleted from the GridView, as well as the index of the deleted row. This class is commonly used to handle delete operations in a GridView control and allows developers to perform custom logic based on the deleted data item.
C# (CSharp) System.Web.UI.WebControls GridViewDeleteEventArgs - 60 examples found. These are the top rated real world C# (CSharp) examples of System.Web.UI.WebControls.GridViewDeleteEventArgs extracted from open source projects. You can rate examples to help us improve the quality of examples.