dbicList Send comments on this topic.
EditKeyPressEventArgs Class Members
See Also  Properties 
dbicBase Assembly > Dbi.WinControl Namespace : EditKeyPressEventArgs Class


"

The following tables list the members exposed by EditKeyPressEventArgs.

"

Public Constructors

 NameDescription
public ConstructorEditKeyPressEventArgs ConstructorInitializes a new instance of the class  
Top

Public Properties

 NameDescription
public PropertyColumnIndexThe zero-based index of the dbiColumnItem where the edit control resides.  
public PropertyColumnItemThe dbiColumnItem where the edit control resides.  
public PropertyKeyPressEventsThe EventArguments for the KeyPress event triggered by the edit control.  
public PropertyNodeItemThe dbiNodeItem containing the cell being edited.  
public PropertyProcessedDetermines if the edit control's KeyPress event has been processed yet.  
Top

See Also