Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NViewSmartPaintService Class / UpdateReferences Method
provider from which to obtain references


In This Topic
    UpdateReferences Method (NViewSmartPaintService)
    In This Topic
    Updates the references stored by the object
    Syntax
    'Declaration
     
    
    Public Overrides Sub UpdateReferences( _
       ByVal provider As INReferenceProvider _
    ) 
    'Usage
     
    
    Dim instance As NViewSmartPaintService
    Dim provider As INReferenceProvider
     
    instance.UpdateReferences(provider)
    public override void UpdateReferences( 
       INReferenceProvider provider
    )

    Parameters

    provider
    provider from which to obtain references
    Remarks
    Overriden to store a reference to an instance of the NView class
    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