Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NView Class / OnControlParentChanged Method
sender control
event args


In This Topic
    OnControlParentChanged Method (NView)
    In This Topic
    Called when the handle of a view control has been destroyed
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnControlParentChanged( _
       ByVal sender As System.Object, _
       ByVal e As System.EventArgs _
    ) 
    'Usage
     
    
    Dim instance As NView
    Dim sender As System.Object
    Dim e As System.EventArgs
     
    instance.OnControlParentChanged(sender, e)
    public virtual void OnControlParentChanged( 
       System.object sender,
       System.EventArgs e
    )

    Parameters

    sender
    sender control
    e
    event args
    Remarks
    This implementation will remove the sender control from the Controls collection and also unhook its events.
    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