IPropertyEvaluatorService.OnPropertyVariablesChanged Property

Definition

Notifies when property variables are changed

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

Property Value

Applies to