Initializes a new instance of the DelegateTypeInfo class to represent the delegate called within the specified source file and with the specified event descriptor.
Initializes a new instance of the DelegateTypeInfo class to represent the delegate called within the specified source file and with the specified event descriptor.
[Visual Basic] Overloads Public Sub New(ICodeSourceFile, EventDescriptor)
[C#] public DelegateTypeInfo(ICodeSourceFile, EventDescriptor);
[C++] public: DelegateTypeInfo(ICodeSourceFile*, EventDescriptor);
[JScript] public function DelegateTypeInfo(ICodeSourceFile, EventDescriptor);
Initializes a new instance of the DelegateTypeInfo class to represent the delegate called within the specified source file and with the specified event descriptor.
[Visual Basic] Overloads Public Sub New(ICodeSourceFile, Type)
[C#] public DelegateTypeInfo(ICodeSourceFile, Type);
[C++] public: DelegateTypeInfo(ICodeSourceFile*, Type);
[JScript] public function DelegateTypeInfo(ICodeSourceFile, Type);
DelegateTypeInfo Class | DelegateTypeInfo Members | System.ComponentModel.Design.CodeModel Namespace