Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NCallbackRefreshArgs Class / NCallbackRefreshArgs Constructor / NCallbackRefreshArgs Constructor(Boolean)
Indicates if the event was invoked by the auto-refresh feature of the Nevron AJAX-enabled control. If set to false indicates that the event was invoked by calling the Refresh() method of the client side callback service javascript object.


In This Topic
    NCallbackRefreshArgs Constructor(Boolean)
    In This Topic
    Initializes a new instance of the NCallbackMouseEventArgs class with given IsAutoRefresh value.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal IsAutoRefresh As System.Boolean _
    )
    'Usage
     
    
    Dim IsAutoRefresh As System.Boolean
     
    Dim instance As New NCallbackRefreshArgs(IsAutoRefresh)
    public NCallbackRefreshArgs( 
       System.bool IsAutoRefresh
    )

    Parameters

    IsAutoRefresh
    Indicates if the event was invoked by the auto-refresh feature of the Nevron AJAX-enabled control. If set to false indicates that the event was invoked by calling the Refresh() method of the client side callback service javascript object.
    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