NevronOpenVision
Nevron.Nov.UI Namespace / NTopLevelWindow Class


In This Topic
NTopLevelWindow Class Events
In This Topic

For a list of all members of this type, see NTopLevelWindow members.

Public Events
 NameDescription
Public EventOccurs when the window is shown and has been activated.  
Public EventOccurs when the window has been closed.  
Public EventOccurs when the window is about to be closed. This is a cancelable event. Canceling this event, prevents the window from closing.  
Public EventOccurs when the window is shown and has been deactivated.  
Public EventOccurs when the window has been opened and is about to be shown. Use this event to initialize the window content.  
Public EventOccurs when the window has been opened and the StartPosition has been set to Manual. The handler is resposible for positioning the window.  
Top
See Also