Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartAjaxTechnology Class / OnCallbackEventHandlerGetCallbackResult Method


In This Topic
    OnCallbackEventHandlerGetCallbackResult Method (NChartAjaxTechnology)
    In This Topic
    This method is invoked from the GetCallbackResult method of the Nevron.UI.WebForm.Controls.NWebControl class (GetCallbackResult is a part of the implementation of ICallbackEventHandler).
    Syntax
    'Declaration
     
    
    Public Overrides Function OnCallbackEventHandlerGetCallbackResult() As System.String
    'Usage
     
    
    Dim instance As NChartAjaxTechnology
    Dim value As System.String
     
    value = instance.OnCallbackEventHandlerGetCallbackResult()
    public override System.string OnCallbackEventHandlerGetCallbackResult()

    Return Value

    A callback result that tells the Nevron client-side AJAX framework to refresh the chart image data, displayed to the visitor.
    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