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

In This Topic
    SheetVisibleChanged Property
    In This Topic
    Configurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientSheetVisibleChanged client event. Occurs after the visible of the sheet in the sheet collection of the FlexSheet has changed.
    Syntax
    'Declaration
     
    Public Property SheetVisibleChanged As String
    public string SheetVisibleChanged {get; set;}
    See Also