次の方法で共有


ConvertEventArgs コンストラクタ

ConvertEventArgs クラスの新しいインスタンスを初期化します。

Public Sub New( _
   ByVal value As Object, _   ByVal desiredType As Type _)
[C#]
public ConvertEventArgs(
   objectvalue,TypedesiredType);
[C++]
public: ConvertEventArgs(
   Object* value,Type* desiredType);
[JScript]
public function ConvertEventArgs(
   value : Object,desiredType : Type);

パラメータ

  • value
    現在のプロパティの値を格納する Object
  • desiredType
    値の Type

必要条件

プラットフォーム: 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

参照

ConvertEventArgs クラス | ConvertEventArgs メンバ | System.Windows.Forms 名前空間