DataGrid.OnParentRowsVisibleChanged(EventArgs) Method

Definition

Raises the ParentRowsVisibleChanged event.

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

Parameters

e
EventArgs

An EventArgs that contains the event data.

Applies to