DesignerView.OnInitialized(EventArgs) Method

Definition

Handles the Initialized event by calling the UserControl base class implementation, adding an event handler for the GotKeyboardFocus routed event, and setting the foreground color for the designer view.

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

The event data.

Applies to