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 属性与该控件无关。

有关如何处理事件的详细信息,请参阅 处理和引发事件

适用于

另请参阅