Version

InitializeEditCopy Method

Allows the data connector to perform any additional initialization on the edit copy before the edit operation begins.
Syntax
'Declaration
 
Protected Friend Overridable Sub InitializeEditCopy( _
   ByVal editCopy As ActivityBase _
) 
protected internal virtual void InitializeEditCopy( 
   ActivityBase editCopy
)

Parameters

editCopy
The copy of the original activity being editted.
Remarks

Note: InitializeEditCopy is called by the XamScheduleDataManager.BeginEditWithCopy method after creating the edit copy, but before returning it to the caller.

Requirements

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