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 屬性與這個控制項無關。

如需如何處理事件的詳細資訊,請參閱 處理和引發事件

適用於

另請參閱