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 処理して変更を検出できます。

適用対象