ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeView Class / OnClientNodeCheckChanging Property

In This Topic
    OnClientNodeCheckChanging Property
    In This Topic
    The name of the function which will be called before the node is checked. This event can be cancelled by returning false.
    Syntax
    'Declaration
     
    Public Property OnClientNodeCheckChanging As System.String
    public System.string OnClientNodeCheckChanging {get; set;}
    See Also