Nevron .NET Vision
Nevron.Diagram Namespace / NPort Class / OnLocationChanged Method


In This Topic
    OnLocationChanged Method (NPort)
    In This Topic
    Called when the location of the port has changed
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnLocationChanged() 
    'Usage
     
    
    Dim instance As NPort
     
    instance.OnLocationChanged()
    protected virtual void OnLocationChanged()
    Remarks
    The method will first update the dependent shapes. It will then update the shape trakers.
    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