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

In This Topic
    SelectedItemsChanged Property
    In This Topic
    Configurates the C1.Web.Mvc.MultiAutoComplete<T>.OnClientSelectedItemsChanged client event. Occurs when the value of the selectedItems property changes.
    Syntax
    'Declaration
     
    Public Property SelectedItemsChanged As String
    public string SelectedItemsChanged {get; set;}
    See Also