Share via


ControlProcessParameterPropertyGrid.OnPropertyValueChanged Method

Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

'Declaration
Protected Overridable Sub OnPropertyValueChanged ( _
    eventArgs As PropertyValueChangedEventArgs _
)
protected virtual void OnPropertyValueChanged(
    PropertyValueChangedEventArgs eventArgs
)
protected:
virtual void OnPropertyValueChanged(
    PropertyValueChangedEventArgs^ eventArgs
)
abstract OnPropertyValueChanged : 
        eventArgs:PropertyValueChangedEventArgs -> unit  
override OnPropertyValueChanged : 
        eventArgs:PropertyValueChangedEventArgs -> unit
protected function OnPropertyValueChanged(
    eventArgs : PropertyValueChangedEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

ControlProcessParameterPropertyGrid Class

Microsoft.TeamFoundation.Build.Controls Namespace