Nevron .NET Vision
Nevron.Diagram Namespace / NUmlShape Class / OnAbstractChanged Method


In This Topic
    OnAbstractChanged Method
    In This Topic
    Called when the value of the Abstract property has changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAbstractChanged( _
       ByVal newValue As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NUmlShape
    Dim newValue As System.Boolean
     
    instance.OnAbstractChanged(newValue)
    protected virtual void OnAbstractChanged( 
       System.bool newValue
    )

    Parameters

    newValue
    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