OnBuildStarted Method
See Also 
SourceCode.Framework Namespace > IEngineProxy Interface : OnBuildStarted Method



sender
e

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Sub OnBuildStarted( _
   ByVal sender As Object, _
   ByVal e As BuildStartedEventArgs _
) 
Visual Basic (Usage) Copy Code
Dim instance As IEngineProxy
Dim sender As Object
Dim e As BuildStartedEventArgs
 
instance.OnBuildStarted(sender, e)
C#  
void OnBuildStarted( 
   object sender,
   BuildStartedEventArgs e
)
C++/CLI  
void OnBuildStarted( 
   Object^ sender,
   BuildStartedEventArgs^ e
) 

Parameters

sender
e

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