Layout.OnChildMeasureInvalidated 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
OnChildMeasureInvalidated() |
사용되지 않음.
레이아웃의 자식이 MeasureInvalidated를 내보낼 때마다 호출됩니다. 이 이벤트에 대한 클래스 처리를 추가하려면 이 메서드를 구현합니다. |
OnChildMeasureInvalidated(Object, EventArgs) |
레이아웃의 자식이 MeasureInvalidated를 내보낼 때마다 호출됩니다. 이 이벤트에 대한 클래스 처리를 추가하려면 이 메서드를 구현합니다. |
OnChildMeasureInvalidated()
- Source:
- Layout.cs
- Source:
- Layout.cs
주의
Subscribe to the MeasureInvalidated Event on the Children.
레이아웃의 자식이 MeasureInvalidated를 내보낼 때마다 호출됩니다. 이 이벤트에 대한 클래스 처리를 추가하려면 이 메서드를 구현합니다.
protected:
virtual void OnChildMeasureInvalidated();
protected virtual void OnChildMeasureInvalidated ();
[System.Obsolete("Subscribe to the MeasureInvalidated Event on the Children.")]
protected virtual void OnChildMeasureInvalidated ();
abstract member OnChildMeasureInvalidated : unit -> unit
override this.OnChildMeasureInvalidated : unit -> unit
[<System.Obsolete("Subscribe to the MeasureInvalidated Event on the Children.")>]
abstract member OnChildMeasureInvalidated : unit -> unit
override this.OnChildMeasureInvalidated : unit -> unit
Protected Overridable Sub OnChildMeasureInvalidated ()
- 특성
적용 대상
OnChildMeasureInvalidated(Object, EventArgs)
- Source:
- Layout.cs
- Source:
- Layout.cs
레이아웃의 자식이 MeasureInvalidated를 내보낼 때마다 호출됩니다. 이 이벤트에 대한 클래스 처리를 추가하려면 이 메서드를 구현합니다.
protected:
void OnChildMeasureInvalidated(System::Object ^ sender, EventArgs ^ e);
protected void OnChildMeasureInvalidated (object sender, EventArgs e);
member this.OnChildMeasureInvalidated : obj * EventArgs -> unit
Protected Sub OnChildMeasureInvalidated (sender As Object, e As EventArgs)
매개 변수
- sender
- Object
기본 크기가 변경된 자식 요소입니다.
이벤트 데이터입니다.
설명
이 메서드에는 기본 구현이 있으며 애플리케이션 개발자는 기본 구현을 호출해야 합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI