AdornedElementPlaceholder.OnInitialized(EventArgs) Method

Definition

Raises the IsInitialized event. This method is called when IsInitialized is set to true internally.

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

Arguments of the event.

Exceptions

The AdornedElementPlaceholder object is not part of a template.

Applies to