DataGrid.BackgroundImageChanged 事件

定义

BackgroundImage 属性的值更改时发生。Occurs when the value of the BackgroundImage property changes.

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

事件类型

EventHandler
属性

注解

BackgroundImage属性对于此控件无意义,不过您可以更改其值并处理 BackgroundImageChanged 事件以检测更改。The BackgroundImage property is not meaningful for this control, although you can change its value and handle the BackgroundImageChanged event to detect the change.

适用于