IIndexWorkspaceService.OnFileEntityChanged Property

Definition

File Entity changed notification

public:
 property Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Indexing::FileEntityChangedEventArgs ^> ^ OnFileEntityChanged { Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Indexing::FileEntityChangedEventArgs ^> ^ get(); void set(Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Indexing::FileEntityChangedEventArgs ^> ^ value); };
public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.Indexing.FileEntityChangedEventArgs> OnFileEntityChanged { get; set; }
public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.Indexing.FileEntityChangedEventArgs>? OnFileEntityChanged { get; set; }
member this.OnFileEntityChanged : Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.Indexing.FileEntityChangedEventArgs> with get, set
Public Property OnFileEntityChanged As AsyncEvent(Of FileEntityChangedEventArgs)

Property Value

Applies to