Nevron .NET Vision
Nevron.Diagram.WebForm Namespace / NDiagramClientServerTechnology Class / OnWebControlDesignTimeChanged Method
The instance of the Nevron.UI.WebForm.Controls.NWebControlDesigner object that invoked the method.
A System.ComponentModel.Design.ComponentChangedEventArgs that contains the event data.


In This Topic
    OnWebControlDesignTimeChanged Method (NDiagramClientServerTechnology)
    In This Topic
    Updates the diagram on resize.
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnWebControlDesignTimeChanged( _
       ByVal designer As NWebControlDesigner, _
       ByVal ce As System.ComponentModel.Design.ComponentChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NDiagramClientServerTechnology
    Dim designer As NWebControlDesigner
    Dim ce As System.ComponentModel.Design.ComponentChangedEventArgs
     
    instance.OnWebControlDesignTimeChanged(designer, ce)
    public override void OnWebControlDesignTimeChanged( 
       NWebControlDesigner designer,
       System.ComponentModel.Design.ComponentChangedEventArgs ce
    )

    Parameters

    designer
    The instance of the Nevron.UI.WebForm.Controls.NWebControlDesigner object that invoked the method.
    ce
    A System.ComponentModel.Design.ComponentChangedEventArgs that contains the event data.
    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