Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeEditingControl Class / OnParentChanged Method
An System.EventArgs that contains the event data.


In This Topic
    OnParentChanged Method (GcDateTimeEditingControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Sub OnParentChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As GcDateTimeEditingControl
    Dim e As EventArgs
     
    instance.OnParentChanged(e)
    protected override void OnParentChanged( 
       EventArgs e
    )

    Parameters

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