del método MyGridView.OnRowCreated
Controla el evento RowCreated .
Espacio de nombres: Microsoft.SharePoint.Portal.WebControls
Ensamblado: Microsoft.SharePoint.Portal (en Microsoft.SharePoint.Portal.dll)
Sintaxis
'Declaración
Protected Overrides Sub OnRowCreated ( _
e As GridViewRowEventArgs _
)
'Uso
Dim e As GridViewRowEventArgs
Me.OnRowCreated(e)
protected override void OnRowCreated(
GridViewRowEventArgs e
)
Parámetros
e
Tipo: System.Web.UI.WebControls.GridViewRowEventArgsLos datos para el evento.
Comentarios
Este reemplazo llama al método OnRowCreated() de la clase base.