Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesGrid Class / Navigate Event


In This Topic
    Navigate Event
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAction")>
    <SRDescriptionAttribute("DataGridNavigateEventDescr")>
    Public Event Navigate As System.Windows.Forms.NavigateEventHandler
    'Usage
     
    
    Dim instance As NDataSeriesGrid
    Dim handler As System.Windows.Forms.NavigateEventHandler
     
    AddHandler instance.Navigate, handler
    [SRCategory("CatAction")]
    [SRDescription("DataGridNavigateEventDescr")]
    public event System.Windows.Forms.NavigateEventHandler Navigate
    Event Data

    The event handler receives an argument of type System.Windows.Forms.NavigateEventArgs containing data related to this event. The following NavigateEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets a value indicating whether to navigate in a forward direction.  
    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