XamlDebuggerXmlReader.SourceLocationFound 事件

定义

当找到源位置时发生。

public:
 event EventHandler<System::Activities::Debugger::SourceLocationFoundEventArgs ^> ^ SourceLocationFound;
public event EventHandler<System.Activities.Debugger.SourceLocationFoundEventArgs> SourceLocationFound;
member this.SourceLocationFound : EventHandler<System.Activities.Debugger.SourceLocationFoundEventArgs> 
Public Custom Event SourceLocationFound As EventHandler(Of SourceLocationFoundEventArgs) 

事件类型

EventHandler<SourceLocationFoundEventArgs>

适用于