BladeItem.VisibilityChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires when the blade is opened or closed
public event EventHandler<Windows.UI.Xaml.Visibility> VisibilityChanged;
member this.VisibilityChanged : EventHandler<Windows.UI.Xaml.Visibility>
Public Event VisibilityChanged As EventHandler(Of Visibility)
Event Type
EventHandler<Windows.UI.Xaml.Visibility>