IProjectConfigurationService.OnPropertyChanged Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
To receive notifications when properties in this are changed
public:
property Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::PropertyChangedEventArgs<Microsoft::VisualStudio::Workspace::ProjectConfigurationManagerProperties> ^> ^ OnPropertyChanged { Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::PropertyChangedEventArgs<Microsoft::VisualStudio::Workspace::ProjectConfigurationManagerProperties> ^> ^ get(); void set(Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::PropertyChangedEventArgs<Microsoft::VisualStudio::Workspace::ProjectConfigurationManagerProperties> ^> ^ value); };
public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.PropertyChangedEventArgs<Microsoft.VisualStudio.Workspace.ProjectConfigurationManagerProperties>> OnPropertyChanged { get; set; }
public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.PropertyChangedEventArgs<Microsoft.VisualStudio.Workspace.ProjectConfigurationManagerProperties>>? OnPropertyChanged { get; set; }
member this.OnPropertyChanged : Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.PropertyChangedEventArgs<Microsoft.VisualStudio.Workspace.ProjectConfigurationManagerProperties>> with get, set
Public Property OnPropertyChanged As AsyncEvent(Of PropertyChangedEventArgs(Of ProjectConfigurationManagerProperties))