OnClientCheckedItemsChanged Property (MultiSelectListBox<T>)
In This Topic
Occurs when the value of the @see:checkedItems property changes.
Syntax
'Declaration
Public Property OnClientCheckedItemsChanged As String
public string OnClientCheckedItemsChanged {get; set;}
See Also