Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / Enter Event


In This Topic
    Enter Event (RichTextEditor)
    In This Topic
    Occurs when the control is entered.
    Syntax
    'Declaration
     
    
    Public Event Enter As EventHandler
    'Usage
     
    
    Dim instance As RichTextEditor
    Dim handler As EventHandler
     
    AddHandler instance.Enter, handler
    public event EventHandler Enter
    See Also