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

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