JAMS Developer Guide
SourceCodeChanged Event (IEditJobSource)


MVPSI.JAMSExtension Namespace > IEditJobSource Interface : SourceCodeChanged Event
An event handler that must be called any time your control changes the source code. If you don't implement this handler changes will be lost because it will appear that the source code has not been changed.
Syntax
'Declaration
 
Event SourceCodeChanged As System.EventHandler
'Usage
 
Dim instance As IEditJobSource
Dim handler As System.EventHandler
 
AddHandler instance.SourceCodeChanged, handler
event System.EventHandler SourceCodeChanged
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

IEditJobSource Interface
IEditJobSource Members