Menu.OnInitialized(EventArgs) Method

Definition

Called when the IsInitialized property is set to true.

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

Parameters

e
EventArgs

An EventArgs that contains the event data.

Applies to