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>

適用於