Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / OnHandleCreated Method
An System.EventArgs that contains the event data.


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

    Parameters

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