Occurs when the state of the IsSubmenuOpen property changes to true.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public event EventHandler<SourcedEventArgs> SubmenuOpened
Visual Basic
Public Event SubmenuOpened As EventHandler(Of SourcedEventArgs)

See Also