2008 Style
FormOpened Event
See Also  Send Feedback
Org.Edgerunner.Dynamics.Nav.CSide Namespace > Client Class : FormOpened Event



Glossary Item Box

Occurs when a form is opened inside the client instance.

Syntax

 
Visual Basic (Declaration)
Visual Basic (Usage)
C#
C++/CLI
 
 

Event Data

The event handler receives an argument of type CSideEventArgs containing data related to this event. The following CSideEventArgs properties provide information specific to this event.

PropertyDescription
CurrentCompany Gets or sets the current company.
CurrentDatabase Gets or sets the current database.
CurrentServer Gets or sets the current server.
CurrentServerType Gets or sets the type of the current server.
Form Gets or sets the form.
PreviousCompany Gets or sets the previous company.
PreviousDatabase Gets or sets the previous database.
PreviousServer Gets or sets the previous server.
PreviousServerType Gets or sets the type of the previous server.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 All Rights Reserved.