NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DelegateTypeInfo Constructor (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( _
   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
);

Parameters

sourceFile
The source file to use when creating parameter information.
eventdesc
The event to get the type information for.

See Also

DelegateTypeInfo Class | DelegateTypeInfo Members | System.ComponentModel.Design.CodeModel Namespace | DelegateTypeInfo Constructor Overload List