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

Represents the method that will handle an item being dropped on the list.

Object Model

DropListEventArgs ClassdbiNodeItem ClassCellFormatCollection ClassdbiCellFormat ClassdbiCellFormat ClassNodeItemCollection ClassdbiNodeItem ClassdbiNodeItem ClassdbiNodeItem Class

Syntax

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

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dbi.WinControl.DropListEventArgs

Requirements

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

See Also