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


In This Topic
    OnMemberFormatStyleChanged Method
    In This Topic
    Called when the value of the MemberFormatStyle property has changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnMemberFormatStyleChanged( _
       ByVal newValue As MemberFormatStyle _
    ) 
    'Usage
     
    
    Dim instance As NUmlShape
    Dim newValue As MemberFormatStyle
     
    instance.OnMemberFormatStyleChanged(newValue)
    protected virtual void OnMemberFormatStyleChanged( 
       MemberFormatStyle 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