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!

CodeDelegateCreateExpression Constructor (String, CodeExpression, String)

Initializes a new instance of CodeDelegateCreateExpression.

[Visual Basic]
Overloads Public Sub New( _
   ByVal delegateType As String, _
   ByVal targetObject As CodeExpression, _
   ByVal methodName As String _
)
[C#]
public CodeDelegateCreateExpression(
   string delegateType,
   CodeExpression targetObject,
   string methodName
);
[C++]
public: CodeDelegateCreateExpression(
   String* delegateType,
   CodeExpression* targetObject,
   String* methodName
);
[JScript]
public function CodeDelegateCreateExpression(
   delegateType : String,
   targetObject : CodeExpression,
   methodName : String
);

Parameters

delegateType
The delegate type.
targetObject
[To be supplied.]
methodName
[To be supplied.]

See Also

CodeDelegateCreateExpression Class | CodeDelegateCreateExpression Members | System.CodeDOM Namespace | CodeDelegateCreateExpression Constructor Overload List | CodeExpression