Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RotationAngle Class / OnParentEnabledChanged Method
System.EventArgs that contains the event data


In This Topic
    OnParentEnabledChanged Method
    In This Topic
    Raises the System.Windows.Forms.Control.EnabledChanged event when the System.Windows.Forms.Control.Enabled property value of the control's container changes.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnParentEnabledChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As RotationAngle
    Dim e As EventArgs
     
    instance.OnParentEnabledChanged(e)
    protected override void OnParentEnabledChanged( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data
    See Also