Menu.OnInitialized(EventArgs) Método

Definición

Llamado cuando la propiedad IsInitialized está establecida en 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)

Parámetros

e
EventArgs

Objeto EventArgs que contiene los datos del evento.

Se aplica a