Nevron .NET Vision
Nevron.Chart.ThinWeb Namespace / NPanelSelectorTool Class / ActivatePanelCallback Property


In This Topic
    ActivatePanelCallback Property
    In This Topic
    Called when the active panel has changed
    Syntax
    'Declaration
     
    
    Public Property ActivatePanelCallback As INActivatePanelCallback
    'Usage
     
    
    Dim instance As NPanelSelectorTool
    Dim value As INActivatePanelCallback
     
    instance.ActivatePanelCallback = value
     
    value = instance.ActivatePanelCallback
    public INActivatePanelCallback ActivatePanelCallback {get; set;}
    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