ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Viewer Namespace / PdfViewer Class / OnClientBeforeSendRequest Property

In This Topic
    OnClientBeforeSendRequest Property (PdfViewer)
    In This Topic
    Occurs before every request sent to the server.
    Syntax
    'Declaration
     
    
    Public Property OnClientBeforeSendRequest As String
    public string OnClientBeforeSendRequest {get; set;}
    See Also