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

In This Topic
    OnClientBeforeSelectedIndexChanged Property
    In This Topic
    Occurs before an active accordion pane changes. The event is cancelable.
    Syntax
    'Declaration
     
    Public Property OnClientBeforeSelectedIndexChanged As System.String
    public System.string OnClientBeforeSelectedIndexChanged {get; set;}
    See Also