ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexViewer Assembly / C1.Web.Mvc.Viewer Namespace / ViewerBase Class / OnClientViewModeChanged Property

In This Topic
    OnClientViewModeChanged Property (ViewerBase)
    In This Topic
    Occurs after the view mode is changed.
    Syntax
    'Declaration
     
    Public Property OnClientViewModeChanged As String
    public string OnClientViewModeChanged {get; set;}
    See Also