Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartControl Class


In This Topic
    NChartControl Class Events
    In This Topic

    For a list of all members of this type, see NChartControl members.

    Public Events
     NameDescription
    Public EventOccurs when the control is clicked on the client side and the AsyncClickEventEnabled property of the control is set to true. (Inherited from Nevron.UI.WebForm.Controls.NWebControl)
    Public EventOccurs when a custom command event is fired on the client side. (Inherited from Nevron.UI.WebForm.Controls.NWebControl)
    Public EventOccurs when the control is double clicked on the client side and the AsyncDoubleClickEventEnabled property of the control is set to true. (Inherited from Nevron.UI.WebForm.Controls.NWebControl)
    Public EventOccurs when the left mouse button is pressed down on the control on the client side and the AsyncMouseDownEventEnabled property of the control is set to true. (Inherited from Nevron.UI.WebForm.Controls.NWebControl)
    Public EventOccurs when the mouse is moved over the control on the client side and the AsyncMouseMoveEventEnabled property of the control is set to true. (Inherited from Nevron.UI.WebForm.Controls.NWebControl)
    Public EventOccurs when the mouse leaves on the client side the area of a visual object with image map interctivity style. (Inherited from Nevron.UI.WebForm.Controls.NWebControl)
    Public EventOccurs when the mouse enters on the client side the area of a visual object with image map interctivity style. (Inherited from Nevron.UI.WebForm.Controls.NWebControl)
    Public EventOccurs when the left mouse button is up after a click on the control on the client side and the AsyncMouseUpEventEnabled property of the control is set to true. (Inherited from Nevron.UI.WebForm.Controls.NWebControl)
    Public EventOccurs after a callback was processed, when collecting data for the result to be returned to the client. (Inherited from Nevron.UI.WebForm.Controls.NWebControl)
    Public 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. (Inherited from Nevron.UI.WebForm.Controls.NWebControl)
    Public EventOccurs when Nevron AJAX Framework has processed an asynchronous callback. (Inherited from Nevron.UI.WebForm.Controls.NWebControl)
    Public EventOccurs when Nevron AJAX Framework is about to process an asynchronous callback. (Inherited from Nevron.UI.WebForm.Controls.NWebControl)
    Public Event  
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Public EventOccurs when the web control is collecting tool definitions for the client side controller. (Inherited from Nevron.UI.WebForm.Controls.NWebControl)
    Public Event (Inherited from System.Web.UI.Control)
    Top
    See Also