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

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