Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / INAjaxControl Interface
Properties Methods Events

In This Topic
    INAjaxControl Interface Members
    In This Topic

    The following tables list the members exposed by INAjaxControl.

    Public Properties
     NameDescription
     PropertyGets/sets a value, indicating the display mode of the JavaScript client side debug console.  
     PropertyGets / sets a value indicating if the AJAX functionality of the control is enabled. When set to false, the control behaves as a standard postback control. Else, no postback functionality is present and all supported client side events are handled using AJAX.  
     PropertyGets / sets a value indicating wheather to genrate automatically an image map in AJAX mode.  
     PropertyGets/sets a value, indicating whether the debug script build or the release script build must be loaded in AJAX mode.  
     PropertyGets a list of server side AJAX tool definitions that will be sent to the client. Based on these definitions the client side tool factory will create and configure tools that will be running at client side.  
     PropertyGets or sets the name of the client side JavaScript class that is used to create instances of client side tools.  
     PropertyGets / sets a multiplier that is used to automatically slow down the auto-refresh rate of the control when an AJAX callback time-outs.  
     PropertyGets / sets a value indicating if the client side auto-refresh event must be handled by the control and processed via AJAX callback. When set to false the client side event is ignored.  
     PropertyGets a value indicating the priority of the auto refresh event in the client side event pool. It is always set to the lowest possible value, which is 0.  
     PropertyGets a value indicating the length of the event queue of the auto refresh event in the client side event pool. It is always set to the lowest possible value, which is 0. This means that auto refresh events are never queued.  
     PropertyGets / sets a value in milliseconds that determines how long will the control wait before canceling an AJAX callback due to timeout.  
     PropertyGets / sets a value indicating the priority of the event in the client side event pool.  
     PropertyGets / sets a value indicating the length of the event queue in the client side event pool.  
     PropertyGets / sets a value indicating the priority of the event in the client side event pool.  
     PropertyGets / sets a value indicating the length of the event queue in the client side event pool.  
     PropertyGets / sets a value in milliseconds that determines the is-image-loaded polling interval for Internet Explorer.  
     PropertyGets / sets a value in milliseconds that determines how long will the control wait for an image to load in the background before it is displayed on the web page.  
     PropertyGets / sets a value indicating the priority of the event in the client side event pool.  
     PropertyGets / sets a value indicating the length of the event queue in the client side event pool.  
     PropertyGets / sets a value indicating the priority of the event in the client side event pool.  
     PropertyGets / sets a value indicating the length of the event queue in the client side event pool.  
     PropertyGets / sets a value indicating the priority of the event in the client side event pool.  
     PropertyGets / sets a value indicating the length of the event queue in the client side event pool.  
     PropertyGets / sets a value indicating if the client side forced refresh event must be handled by the control and processed via AJAX callback. When set to false the client side event is ignored.  
     PropertyGets / sets a value in milliseconds that determines how often the control will automatically update its content at client side, reading data from the server using AJAX http requests.  
     PropertyGets / sets a value indicating the priority of the event in the client side event pool.  
     PropertyGets / sets a value indicating the length of the event queue in the client side event pool.  
     PropertyGets / sets a value indicating if at client side a wait cursor must be displayed over the control while a callback http request is pending.  
     PropertyGets an id that identifies the control to the image resource HTTP handler.  
    Top
    Public Methods
     NameDescription
     MethodRaises the AsyncClick event.  
     MethodRaises the AsyncCustomCommand event.  
     MethodRaises the AsyncDoubleClick event.  
     MethodRaises the AsyncMouseDown event.  
     MethodRaises the AsyncMouseMove event.  
     MethodRaises the AsyncMouseOut event.  
     MethodRaises the AsyncMouseOver event.  
     MethodRaises the AsyncMouseUp event.  
     MethodRaises the AsyncQueryCommandResult event.  
     MethodRaises the AsyncRefresh event.  
     MethodRaises the CallbackExecuted event.  
     MethodRaises the CallbackExecuting event.  
     MethodRaises the QueryAjaxTools event.  
    Top
    Public Events
     NameDescription
     EventOccurs when the control is clicked on the client side.  
     EventOccurs when a custom command event is fired on the client side.  
     EventOccurs when the control is double clicked on the client side.  
     EventOccurs when the left mouse button is pressed down on the control on the client side.  
     EventOccurs when the mouse is moved over the control on the client side.  
     EventOccurs when the mouse leaves on the client side the area of a visual object with image map interctivity style.  
     EventOccurs when the mouse enters on the client side the area of a visual object with image map interctivity style.  
     EventOccurs when the left mouse button is up after a click on the control on the client side.  
     EventOccurs after a callback was processed, when collecting data for the result to be returned to the client.  
     EventOccurs when the control is refreshed at client side. This event can be fired either when calling the Refresh() method of the control client side javascript callback object or when an auto-refresh event occurs at client side and the AsyncAutoRefreshEnabled property of the control is set to true.  
     EventOccurs when Nevron AJAX Framework has processed an asynchronous callback.  
     EventOccurs when Nevron AJAX Framework is about to process an asynchronous callback.  
     EventOccurs when the web control is collecting tool definitions for the client side controller.  
    Top
    See Also