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

Represents the method that will handle the AfterLabelEdit, BeforeLabelEdit, ItemClick and ItemDoubleClick events.

Object Model

ItemEventArgs ClassdbiNodeItem ClassCellFormatCollection ClassdbiCellFormat ClassdbiCellFormat ClassNodeItemCollection ClassdbiNodeItem ClassdbiNodeItem ClassdbiNodeItem Class

Syntax

Visual Basic (Declaration) 
Public Class ItemEventArgs 
   Inherits System.EventArgs
C# 
public class ItemEventArgs : System.EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dbi.WinControl.ItemEventArgs

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also