Spread Windows Forms 12.0 Product Documentation
OnDialogChar Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnDialogChar Method
DialogCharEventArgs that contains the event data
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

Reference

FpSpread Class
FpSpread Members