Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / C1TreeView Class / SelectionModeChanged Property

In This Topic
    SelectionModeChanged Property
    In This Topic
    Gets or sets the callback called when the SelectionMode property has changed.
    Syntax
    'Declaration
     
    
    Public Property SelectionModeChanged As EventCallback(Of C1SelectionMode)
    public EventCallback<C1SelectionMode> SelectionModeChanged {get; set;}
    See Also