FarPoint.Win
DropDownEventArgs Class
Members  See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace : DropDownEventArgs Class


Represents the event data for the DropDown event.

Syntax

Visual Basic (Declaration) 
Public Class DropDownEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As DropDownEventArgs
C# 
public class DropDownEventArgs : EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.DropDownEventArgs

See Also