DataGrid.BackgroundImageLayoutChanged 事件

定义

BackgroundImageLayout 属性的值更改时发生。

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 对此控件没有意义,但你可以更改其值并处理 BackgroundImageLayoutChanged 事件以检测更改。

适用于