Raised when the drop down panel is opened.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler DropDownOpened |
Visual Basic
Copy Code
|
|---|
Public Event DropDownOpened As EventHandler |
Event DataDropDownOpened event handlers receive an argument of type EventArgs.
See Also