Spread Windows Forms 12.0 Product Documentation
OnParentChanged Method (GcTextBoxEditingControl)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcTextBoxEditingControl Class : OnParentChanged Method
A System.EventArgs that contains the event data.
Raises the System.Windows.Forms.Control.ParentChanged event.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub OnParentChanged( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As GcTextBoxEditingControl
Dim e As EventArgs
 
instance.OnParentChanged(e)
protected override void OnParentChanged( 
   EventArgs e
)

Parameters

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

Reference

GcTextBoxEditingControl Class
GcTextBoxEditingControl Members