次の方法で共有


PropertyDescriptor.RemoveValueChanged メソッド

プロパティが変更されたときに、ほかのオブジェクトに通知できるようにします。

Public Overridable Sub RemoveValueChanged( _
   ByVal component As Object, _   ByVal handler As EventHandler _)
[C#]
public virtual void RemoveValueChanged(objectcomponent,EventHandlerhandler);
[C++]
public: virtual void RemoveValueChanged(Object* component,EventHandler* handler);
[JScript]
public function RemoveValueChanged(
   component : Object,handler : EventHandler);

パラメータ

  • component
    ハンドラを削除する対象のコンポーネント。
  • handler
    リスナとして削除されるデリゲート。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

PropertyDescriptor クラス | PropertyDescriptor メンバ | System.ComponentModel 名前空間