FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / FlexChart Class / OnControlRemoved Method

In This Topic
    OnControlRemoved Method (FlexChart)
    In This Topic
    Raises the System.Windows.Forms.Control.ControlRemoved event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnControlRemoved( _
       ByVal e As System.Windows.Forms.ControlEventArgs _
    ) 
    protected override void OnControlRemoved( 
       System.Windows.Forms.ControlEventArgs e
    )

    Parameters

    e
    See Also