Spread Windows Forms 12.0 Product Documentation
OnDialogKey Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnDialogKey Method
DialogKeyEventArgs that contains the event data
Raises the DialogKey event.
Syntax
'Declaration
 
Protected Overridable Sub OnDialogKey( _
   ByVal e As DialogKeyEventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As DialogKeyEventArgs
 
instance.OnDialogKey(e)
protected virtual void OnDialogKey( 
   DialogKeyEventArgs e
)

Parameters

e
DialogKeyEventArgs that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members