ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Viewer Namespace / ViewerBase Class / OnClientZoomFactorChanged Property






In This Topic
    OnClientZoomFactorChanged Property
    In This Topic
    Occurs after the zoom factor is changed.
    Syntax
    'Declaration
     
    
    Public Property OnClientZoomFactorChanged As System.String
    'Usage
     
    
    Dim instance As ViewerBase
    Dim value As System.String
     
    instance.OnClientZoomFactorChanged = value
     
    value = instance.OnClientZoomFactorChanged
    public System.string OnClientZoomFactorChanged {get; set;}
    public read-write property OnClientZoomFactorChanged: System.String; 
    public function get,set OnClientZoomFactorChanged : System.String
    public: __property System.string* get_OnClientZoomFactorChanged();
    public: __property void set_OnClientZoomFactorChanged( 
       System.string* value
    );
    public:
    property System.String^ OnClientZoomFactorChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also