Version

Initialize Method (ISupportDialog)

Initializes the dialog with data.
Syntax
'Declaration
 
Sub Initialize( _
   ByVal initializationData As Hashtable, _
   ByVal applyCallback As EventHandler _
) 
void Initialize( 
   Hashtable initializationData,
   EventHandler applyCallback
)

Parameters

initializationData
One or more pieces of data with which to initialize the dialog. What to pass in for this parameter is determined by the dialog.
applyCallback
The event handler for the 'Apply' button on the dialog if the dialog supports it. This is an optional parameter. If the user of the dialog is not interested in apply callbacks, this may be passed in as null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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