Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NCallbackRefreshArgs Class / IsAutoRefresh Property


In This Topic
    IsAutoRefresh Property
    In This Topic
    Gets a value that indicates if the event was invoked by the auto-refresh feature of the Nevron AJAX-enabled control. If set to false this property indicates that the event was invoked by calling the Refresh() method of the client side callback service javascript object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAutoRefresh As System.Boolean
    'Usage
     
    
    Dim instance As NCallbackRefreshArgs
    Dim value As System.Boolean
     
    value = instance.IsAutoRefresh
    public System.bool IsAutoRefresh {get;}
    Remarks
    For more details regarding the client side manipulation of Nevron AJAX-enabled controls, please refer the User's Guide for the specific Nevron control.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also