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

Initializes a new instance of the DelegateTypeInfo class to represent the delegate called within the specified source file and with the specified event descriptor.

Overload List

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);

See Also

DelegateTypeInfo Class | DelegateTypeInfo Members | System.ComponentModel.Design.CodeModel Namespace