Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Protected Overrides Sub OnRowCreated ( _
args As GridViewRowEventArgs _
)
Dim args As GridViewRowEventArgs
Me.OnRowCreated(args)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)]
protected override void OnRowCreated (
GridViewRowEventArgs args
)
Parameters
- args