Search
ColorPicker.DropDownOpened Event
See Also
 





Raised when the drop down editor is opened.

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

 Syntax

C#  Copy Code

public event EventHandler DropDownOpened

Visual Basic  Copy Code

Public Event DropDownOpened As EventHandler

 Event Data

DropDownOpened event handlers receive an argument of type EventArgs.

 See Also