Share via


UIElement.IsVisibleChanged Event

Occurs when the value of the IsVisible property changes for the current element.

Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public event PropertyChangedEventHandler IsVisibleChanged

Remarks

The IsVisibleChanged event is not raised if the current element is not being rendered by the layout system, for reasons other than the value of the IsVisible property. For example, the element might not have an associated visual component.

The IsVisibleChanged event is a common language runtime (CLR) event, not a routed event.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

UIElement Class
UIElement Members
Microsoft.SPOT.Presentation Namespace