DialogWindowBase.OnSourceInitialized(EventArgs) Method

Definition

Handles the event raised when the window source has been initialized.

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

Parameters

e
EventArgs

The event arguments.

Applies to