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)