Event raised when the [P:IsDropDownOpen] property has changed.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
public event EventHandler<PropertyChangedEventArgs<bool>> IsDropDownOpenChanged |
Visual Basic |
---|
Public Event IsDropDownOpenChanged As EventHandler(Of PropertyChangedEventArgs(Of Boolean)) |