DataGrid.OnBackgroundColorChanged(EventArgs) 方法

定义

引发 BackgroundColorChanged 事件。Raises the BackgroundColorChanged event.

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

包含事件数据的 EventArgsAn EventArgs that contains the event data.

适用于