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

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

Syntax

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

See Also