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