Event raised when the [P:IsOpen] property has changed.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public event EventHandler<PropertyChangedEventArgs<bool>> IsOpenChanged
Visual Basic
Public Event IsOpenChanged As EventHandler(Of PropertyChangedEventArgs(Of Boolean))
XAML Attribute Usage
<object IsOpenChanged="EventHandler<PropertyChangedEventArgs<bool>>" .../>

See Also