GridColumnStylesCollection.OnCollectionChanged 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CollectionChanged 이벤트를 발생시킵니다.
protected:
void OnCollectionChanged(System::ComponentModel::CollectionChangeEventArgs ^ ccevent);
protected:
void OnCollectionChanged(System::ComponentModel::CollectionChangeEventArgs ^ e);
protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent);
protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e);
member this.OnCollectionChanged : System.ComponentModel.CollectionChangeEventArgs -> unit
member this.OnCollectionChanged : System.ComponentModel.CollectionChangeEventArgs -> unit
Protected Sub OnCollectionChanged (ccevent As CollectionChangeEventArgs)
Protected Sub OnCollectionChanged (e As CollectionChangeEventArgs)
매개 변수
- ccevente
- CollectionChangeEventArgs
이벤트 데이터 이벤트가 들어 있는 CollectionChangeEventArgs입니다.
설명
이벤트가 발생하면 대리자를 통해 이벤트 처리기가 호출됩니다. 자세한 내용은 이벤트 처리 및 발생합니다.
상속자 참고
재정의 하는 경우 OnCollectionChanged(CollectionChangeEventArgs) 파생된 클래스에서 호출 해야 기본 클래스의 OnCollectionChanged(CollectionChangeEventArgs) 메서드.