ChildChangedEventArgs 클래스
정의
ChildChanged 및 ChildChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the ChildChanged and ChildChanged events.
public ref class ChildChangedEventArgs : EventArgs
public class ChildChangedEventArgs : EventArgs
type ChildChangedEventArgs = class
inherit EventArgs
Public Class ChildChangedEventArgs
Inherits EventArgs
- 상속
설명
ChildChangedEventArgs 클래스를 사용 합니다 WindowsFormsHost 및 ElementHost 때 클래스 값을 WindowsFormsHost.Child 또는 ElementHost.Child 속성 변경 합니다.The ChildChangedEventArgs class is used by the WindowsFormsHost and ElementHost classes when the values of the WindowsFormsHost.Child or ElementHost.Child properties change.
사용 된 PreviousChild 이전에 할당 된 자식 컨트롤 또는 요소를 가져올 속성입니다.Use the PreviousChild property to get the previously assigned child control or element.
생성자
ChildChangedEventArgs(Object) |
ChildChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the ChildChangedEventArgs class. |
속성
PreviousChild |
새 값이 할당되기 전의 Child 속성 값을 가져옵니다.Gets the value of the Child property before the new value was assigned. |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |