IProjectConfigurationService.OnPropertyChanged Property

Definition

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; }
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))

Property Value

Applies to