C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / RowCreated Event

RowCreated Event
Occurs when a row is created in a C1GridView control.
Syntax
'Declaration
 
Public Event RowCreated As C1GridViewRowEventHandler
 
Event Data

The event handler receives an argument of type C1GridViewRowEventArgs containing data related to this event. The following C1GridViewRowEventArgs properties provide information specific to this event.

PropertyDescription
Gets the row being created or data-bound.  
See Also