Infragistics(R) NetAdvantage(R) Windows Forms
DropDownManager.ActivationChangedEventHandler Delegate
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace : DropDownManager.ActivationChangedEventHandler Delegate

sender
e
Event handler used ActivationChanged event

Syntax

Visual Basic (Declaration) 
Public Delegate Sub DropDownManager.ActivationChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As DropDownManager.ActivationChangedEventArgs _
) 
C# 
public delegate void DropDownManager.ActivationChangedEventHandler( 
   object sender,
   DropDownManager.ActivationChangedEventArgs e
)

Parameters

sender
e

See Also