DataGrid.OnBackgroundColorChanged(EventArgs) Method

Definition

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)

Parameters

e
EventArgs

An EventArgs that contains the event data.

Applies to