IIndexWorkspaceService.OnPropertyChanged Property

Definition

To receive notifications when properties are changed

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

Property Value

Applies to