Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NWebControlDesigner Class / OnComponentChanged Method
The source of the event.
A System.ComponentModel.Design.ComponentChangedEventArgs that contains the event data.


In This Topic
    OnComponentChanged Method (NWebControlDesigner)
    In This Topic
    Delegates the event processing to the OnWebControlDesignTimeChanged method of the active NClientServerTechnology instance, stored in the ClientServerTechnology property of the web control that is being designed.
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnComponentChanged( _
       ByVal sender As System.Object, _
       ByVal ce As System.ComponentModel.Design.ComponentChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NWebControlDesigner
    Dim sender As System.Object
    Dim ce As System.ComponentModel.Design.ComponentChangedEventArgs
     
    instance.OnComponentChanged(sender, ce)
    public override void OnComponentChanged( 
       System.object sender,
       System.ComponentModel.Design.ComponentChangedEventArgs ce
    )

    Parameters

    sender
    The source of the event.
    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