ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellDialog Class / OnLoad Method
System.EventArgs that contains the event data.

In This Topic
    OnLoad Method (C1SpellDialog)
    In This Topic
    Raises the System.Windows.Forms.Form.Load event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnLoad( _
       ByVal e As System.EventArgs _
    ) 
    protected override void OnLoad( 
       System.EventArgs e
    )

    Parameters

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