ESRI.ArcGIS.Mobile.Client
Initialize Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Extension Class : Initialize Method

At this point you are guaranteed that all other Extensions (of that type) have been instantiated. This method is called by the Application when it is initializing.

Syntax

Visual Basic (Declaration) 
Protected MustOverride Sub Initialize() 
C# 
protected abstract void Initialize()

Remarks

Do not change add/remove Extensions during this method.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also