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


"

For a list of all members of this type, see EditInputKeyEventArgs members.

"

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 PropertyHandledA flag the developer can set to inform the control that the operation has been handled.  
public PropertyKeyDataThe KeyData that triggered the event.  
public PropertyNodeItemThe dbiNodeItem that contains the cell being edited.  
Top

See Also