Nevron .NET Vision
Nevron.Diagram Namespace / NModel Class / OnTransformChanged Method


In This Topic
    OnTransformChanged Method (NModel)
    In This Topic
    Called when the transformation of the node has changed
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnTransformChanged() 
    'Usage
     
    
    Dim instance As NModel
     
    instance.OnTransformChanged()
    protected override void OnTransformChanged()
    Remarks
    This implementation will first call the base implementation. It will then call the OnBoundsChanged method. Finally it will notify the possible aggregate model about the change
    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