ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotPanelTagHelper Class / ViewDefinitionChanged Property

In This Topic
    ViewDefinitionChanged Property (PivotPanelTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Olap.PivotPanel.OnClientViewDefinitionChanged client event. Occurs after the view definition changes.
    Syntax
    'Declaration
     
    Public Property ViewDefinitionChanged As String
    public string ViewDefinitionChanged {get; set;}
    See Also