DataGrid.OnCaptionVisibleChanged(EventArgs) Method

Definition

Raises the CaptionVisibleChanged event.

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

Parameters

e
EventArgs

An EventArgs that contains the event data.

Applies to