Nevron .NET Vision
Nevron.Chart.ThinWeb Namespace / NPanelDragTool Class / EndDragCallback Property


In This Topic
    EndDragCallback Property (NPanelDragTool)
    In This Topic
    Called when the tool has finished dragging
    Syntax
    'Declaration
     
    
    Public Property EndDragCallback As INEndPanelDragCallback
    'Usage
     
    
    Dim instance As NPanelDragTool
    Dim value As INEndPanelDragCallback
     
    instance.EndDragCallback = value
     
    value = instance.EndDragCallback
    public INEndPanelDragCallback EndDragCallback {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