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( _ ByVal sourceFile As ICodeSourceFile, _ ByVal eventdesc As EventDescriptor _ ) [C#] public DelegateTypeInfo( ICodeSourceFile sourceFile, EventDescriptor eventdesc ); [C++] public: DelegateTypeInfo( ICodeSourceFile* sourceFile, EventDescriptor* eventdesc ); [JScript] public function DelegateTypeInfo( sourceFile : ICodeSourceFile, eventdesc : EventDescriptor );
DelegateTypeInfo Class | DelegateTypeInfo Members | System.ComponentModel.Design.CodeModel Namespace | DelegateTypeInfo Constructor Overload List