Input for WinForms | ComponentOne
C1.Framework Namespace / XView Class / OnHandleDestroyed Method
An System.EventArgs that contains the event data.

In This Topic
    OnHandleDestroyed Method (XView)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnHandleDestroyed( _
       ByVal e As EventArgs _
    ) 
    protected override void OnHandleDestroyed( 
       EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    Remarks

    This allows the host element to remain valid even if their parent view is disposed. To dispose of the hosted control, call Dispose on the hosted control directly.

    Note: XView determines that a System.Windows.Forms.Controlbelongs to an Element if the control's System.Windows.Forms.Control.Tag property contains a reference to a System.Windows.Forms.Control object.

    See Also