BaseDataList.OnInit(EventArgs) Method

Definition

Raises the Init event for the BaseDataList control.

protected public:
 override void OnInit(EventArgs ^ e);
protected internal override void OnInit (EventArgs e);
override this.OnInit : EventArgs -> unit
Protected Friend Overrides Sub OnInit (e As EventArgs)

Parameters

e
EventArgs

An EventArgs that contains the event data.

Remarks

The OnInit method notifies the BaseDataList control to perform any initialization steps that are required to create and set up an instance.

Applies to