ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / FlexSheetTagHelper Class / RowChanged Property

In This Topic
    RowChanged Property
    In This Topic
    Configurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientRowChanged client event. Occurs after inserting or deleting rows.
    Syntax
    'Declaration
     
    Public Property RowChanged As String
    public string RowChanged {get; set;}
    See Also