次の方法で共有


ModelingBindingSource.OnPropertyChanged Method

When a property changes we need to notify the base class that the item has change so that the row of that item will be repainted. Without this notification only the current row can detect changes and repaint itself - see bug #611878 for more info

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'宣言
Protected Overridable Sub OnPropertyChanged ( _
    sender As Object, _
    e As EventArgs _
)
protected virtual void OnPropertyChanged(
    Object sender,
    EventArgs e
)
protected:
virtual void OnPropertyChanged(
    Object^ sender, 
    EventArgs^ e
)
abstract OnPropertyChanged : 
        sender:Object * 
        e:EventArgs -> unit 
override OnPropertyChanged : 
        sender:Object * 
        e:EventArgs -> unit 
protected function OnPropertyChanged(
    sender : Object, 
    e : EventArgs
)

Parameters

.NET Framework Security

See Also

Reference

ModelingBindingSource Class

Microsoft.VisualStudio.Modeling.Design Namespace