ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexViewer Assembly / C1.Web.Mvc.Viewer.TagHelpers Namespace / PdfViewerTagHelper Class / PageIndexChanged Property

In This Topic
    PageIndexChanged Property (PdfViewerTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Viewer.ViewerBase.OnClientPageIndexChanged client event. Occurs after the page index is changed.
    Syntax
    'Declaration
     
    Public Property PageIndexChanged As String
    public string PageIndexChanged {get; set;}
    See Also