Search
MindFusionButton.DropDownClosed Event
See Also
 





Raised when the drop down panel is closed.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public event EventHandler DropDownClosed

Visual Basic  Copy Code

Public Event DropDownClosed As EventHandler

 Event Data

DropDownClosed event handlers receive an argument of type EventArgs.

 See Also