Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / OnEditLeave Method
The sender
Event argument


In This Topic
    OnEditLeave Method
    In This Topic
    Handles the leave event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnEditLeave( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim sender As Object
    Dim e As EventArgs
     
    instance.OnEditLeave(sender, e)
    protected virtual void OnEditLeave( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    The sender
    e
    Event argument
    See Also