PropertyDescriptor.OnValueChanged(Object, EventArgs) 方法

定义

引发 ValueChanged 你实现的事件。

protected:
 virtual void OnValueChanged(System::Object ^ component, EventArgs ^ e);
protected virtual void OnValueChanged (object component, EventArgs e);
protected virtual void OnValueChanged (object? component, EventArgs e);
abstract member OnValueChanged : obj * EventArgs -> unit
override this.OnValueChanged : obj * EventArgs -> unit
Protected Overridable Sub OnValueChanged (component As Object, e As EventArgs)

参数

component
Object

引发事件的对象。

e
EventArgs

包含事件数据的 EventArgs

注解

当属性值发生更改时,属性描述符实现应调用此方法。

适用于