UIElement.IsVisibleChanged Event

Definition

Occurs when the value of the IsVisible property changes on this element.

public:
 event System::Windows::DependencyPropertyChangedEventHandler ^ IsVisibleChanged;
public event System.Windows.DependencyPropertyChangedEventHandler IsVisibleChanged;
member this.IsVisibleChanged : System.Windows.DependencyPropertyChangedEventHandler 
Public Custom Event IsVisibleChanged As DependencyPropertyChangedEventHandler 

Event Type

Remarks

This event is not raised if the 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.

This member is a CLR event, not a routed event.

Applies to