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


"

The following tables list the members exposed by EditInputKeyEventArgs.

"

Public Constructors

 NameDescription
public ConstructorEditInputKeyEventArgs 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 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