DynamicDataManager.OnInit(EventArgs) Method

Definition

Raises the Init event.

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

Parameters

e
EventArgs

The event data.

Applies to