Intersoft ClientUI Documentation
OnApplicationInitialized Method



A Intersoft.Client.Framework.ApplicationEventArgs object.
Called when the Intersoft.Client.Framework.ApplicationPackage which this page belongs is initialized for the first time.
Syntax
Protected Overridable Sub OnApplicationInitialized( _
   ByVal e As ApplicationEventArgs _
) 
Dim instance As UXPage
Dim e As ApplicationEventArgs
 
instance.OnApplicationInitialized(e)
protected virtual void OnApplicationInitialized( 
   ApplicationEventArgs e
)
protected:
virtual void OnApplicationInitialized( 
   ApplicationEventArgs^ e
) 

Parameters

e
A Intersoft.Client.Framework.ApplicationEventArgs object.
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

Reference

UXPage Class
UXPage Members

Send Feedback