다음을 통해 공유


DataGridView.BackgroundImageLayoutChanged 이벤트

정의

속성이 변경되면 BackgroundImageLayout 발생합니다.

public:
 event EventHandler ^ BackgroundImageLayoutChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler BackgroundImageLayoutChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler? BackgroundImageLayoutChanged;
[<System.ComponentModel.Browsable(false)>]
member this.BackgroundImageLayoutChanged : EventHandler 
Public Custom Event BackgroundImageLayoutChanged As EventHandler 

이벤트 유형

특성

설명

이 이벤트는 설명된 대로 발생하지만 BackgroundImageLayout 속성은 이 컨트롤과 관련이 없습니다.

이벤트를 처리하는 방법에 대한 자세한 내용은 이벤트 처리 및 발생을 참조하세요.

적용 대상

추가 정보