Nevron .NET Vision
Nevron.Chart Namespace / INPaintCallback Interface / OnBeforePaint Method


In This Topic
    OnBeforePaint Method (INPaintCallback)
    In This Topic
    Occurs before the panel is painted.
    Syntax
    'Declaration
     
    
    Sub OnBeforePaint( _
       ByVal panel As NPanel, _
       ByVal eventArgs As NPanelPaintEventArgs _
    ) 
    'Usage
     
    
    Dim instance As INPaintCallback
    Dim panel As NPanel
    Dim eventArgs As NPanelPaintEventArgs
     
    instance.OnBeforePaint(panel, eventArgs)
    void OnBeforePaint( 
       NPanel panel,
       NPanelPaintEventArgs eventArgs
    )

    Parameters

    panel
    eventArgs
    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