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

In This Topic
    PropertyChanged Property (RangeTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Range.OnClientPropertyChanged client event. Sets the maximum distance from the element to display the tooltip.
    Syntax
    'Declaration
     
    Public Property PropertyChanged As String
    public string PropertyChanged {get; set;}
    See Also