UIElement.IsVisibleChanged 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.
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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.