ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / Loaded Event

In This Topic
    Loaded Event
    In This Topic
    Occurs after the row is added to the collection of rows.
    Syntax
    'Declaration
     
    
    Public Event Loaded As EventHandler
    public event EventHandler Loaded
    See Also