UIElement.IsVisibleChanged 이벤트
정의
public:
event System::Windows::DependencyPropertyChangedEventHandler ^ IsVisibleChanged;
public event System.Windows.DependencyPropertyChangedEventHandler IsVisibleChanged;
member this.IsVisibleChanged : System.Windows.DependencyPropertyChangedEventHandler
Public Custom Event IsVisibleChanged As DependencyPropertyChangedEventHandler
설명
요소가 레이아웃 시스템에서 렌더링 되지 않는 경우에는이 이벤트가 발생 하지 않습니다. IsVisible 속성 값 이외의 이유로 인해 발생 합니다.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.
이 멤버는 라우트된 이벤트가 아닌 CLRCLR 이벤트입니다.This member is a CLRCLR event, not a routed event.