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

In This Topic
    PropertyChanged Property (CubeFieldTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Olap.PivotFieldBase.OnClientPropertyChanged client event. Occurs when the value of a property in this field changes.
    Syntax
    'Declaration
     
    Public Property PropertyChanged As String
    public string PropertyChanged {get; set;}
    See Also