Common Application Framework

WindowManager.WindowAdded Event

Event Raised when a new window is added.

public event WindowEventHandler WindowAdded;

Event Data

The event handler receives an argument of type WindowEventArgs containing data related to this event. The following WindowEventArgs property provides information specific to this event.

Property Description
Window Gets the Window object associated with the event

See Also

WindowManager Class | Aveva.ApplicationFramework.Presentation Namespace