Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DropDownCalendar Class / OnDeactivate Method


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

    Parameters

    e
    See Also