DialogWindowBase.OnSourceInitialized(EventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The event arguments.