DataGrid.OnBackgroundColorChanged(EventArgs) メソッド

定義

BackgroundColorChanged イベントを発生させます。

protected:
 virtual void OnBackgroundColorChanged(EventArgs ^ e);
protected virtual void OnBackgroundColorChanged (EventArgs e);
abstract member OnBackgroundColorChanged : EventArgs -> unit
override this.OnBackgroundColorChanged : EventArgs -> unit
Protected Overridable Sub OnBackgroundColorChanged (e As EventArgs)

パラメーター

e
EventArgs

イベント データを格納している EventArgs

適用対象