Name

DataGridCommandEventHandler

Synopsis

This delegate specifies the parameters for the event handler routine that handles the ItemCommand, CancelCommand, DeleteCommand, EditCommand, and UpdateCommand events of the DataGrid control. This event handler receives additional information about the item that was clicked.

Public Delegate Sub DataGridCommandEventHandler(
        ByVal source As Object, 
        ByVal e As DataGridCommandEventArgs) 

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.