Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpanEditingControl Class / OnParentChanged Method
The System.EventArgs that contains the event data.


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

Parameters

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