[]
        
(Showing Draft Content)

FarPoint.Win.DropDownEventHandler

DropDownEventHandler Delegate

Represents a defined method that handles the DropDown event.

Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public delegate void DropDownEventHandler(object sender, DropDownEventArgs e)
Public Delegate Sub DropDownEventHandler(sender As Object, e As DropDownEventArgs)
Parameters
Type Name Description
object sender Represents a defined method that handles the DropDown event.
DropDownEventArgs e Represents a defined method that handles the DropDown event.