DataGridView.BackgroundImageLayoutChanged 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当 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 属性与该控件无关。
有关如何处理事件的详细信息,请参阅 处理和引发事件。