Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnDialogChar Method
DialogCharEventArgs that contains the event data


In This Topic
    OnDialogChar Method
    In This Topic
    Raises the DialogChar event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDialogChar( _
       ByVal e As DialogCharEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim e As DialogCharEventArgs
     
    instance.OnDialogChar(e)
    protected virtual void OnDialogChar( 
       DialogCharEventArgs e
    )

    Parameters

    e
    DialogCharEventArgs that contains the event data
    See Also