Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / OnParentChanged Method
An System.EventArgs that contains event data.


In This Topic
    OnParentChanged Method (RichTextEditor)
    In This Topic
    Raises the ParentChanged event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnParentChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As RichTextEditor
    Dim e As EventArgs
     
    instance.OnParentChanged(e)
    protected override void OnParentChanged( 
       EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains event data.
    See Also