Workspace.DocumentActiveContextChanged 이벤트

정의

버퍼와 연결된 활성 컨텍스트 문서가 변경될 때 발생하는 이벤트입니다.

public:
 event EventHandler<Microsoft::CodeAnalysis::DocumentActiveContextChangedEventArgs ^> ^ DocumentActiveContextChanged;
public event EventHandler<Microsoft.CodeAnalysis.DocumentActiveContextChangedEventArgs> DocumentActiveContextChanged;
member this.DocumentActiveContextChanged : EventHandler<Microsoft.CodeAnalysis.DocumentActiveContextChangedEventArgs> 
Public Custom Event DocumentActiveContextChanged As EventHandler(Of DocumentActiveContextChangedEventArgs) 

이벤트 유형

적용 대상