TypeDescriptor.GetDefaultEvent メソッド (Type)
指定したコンポーネントの型の既定のイベントを取得します。
Overloads Public Shared Function GetDefaultEvent( _
ByVal componentType As Type _) As EventDescriptor
[C#]
public static EventDescriptor GetDefaultEvent(TypecomponentType);
[C++]
public: static EventDescriptor* GetDefaultEvent(Type* componentType);
[JScript]
public static function GetDefaultEvent(
componentType : Type) : EventDescriptor;
パラメータ
- componentType
イベントを取得する対象のコンポーネントの型を表す Type 。
戻り値
既定のイベントを保持している EventDescriptor 。イベントが存在しない場合は null 参照 (Visual Basic では Nothing) 。
解説
このメソッドのこの形式は、オブジェクトのインスタンスがない場合にだけ呼び出します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
TypeDescriptor クラス | TypeDescriptor メンバ | System.ComponentModel 名前空間 | TypeDescriptor.GetDefaultEvent オーバーロードの一覧 | TypeDescriptor | EventDescriptor | PropertyDescriptor