1 out of 1 rated this helpful - Rate this topic

Delegate Constructor

Initializes a new delegate.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Protected method Delegate(Object, String) Initializes a delegate that invokes the specified instance method on the specified class instance.
Protected method Delegate(Type, String) Initializes a delegate that invokes the specified static method from the specified class.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.