Another way to understand the meaning of delegation

Source: Internet
Author: User
Code
Yes

Private VoidAA (stirng name)
{
Console. Write (name)
}

PrivateDelegeteVoidAdd (stirng name );
PrivarVoidTest (StringName, add addde)

{
Addde (name );
}

Call:

Test ("Zhoujun", AA)

You can add a method to the delegate... it will automatically call each.

 

 

 

Delegate, you can simply think of it as a method call. It is equivalent to a method ..

 

Output sender and eventarg

 

In fact, both of them can be obtained, just like on the ASPX page.

 

 

Events are used during registration... the meaning of active notification... depends on delegation ..

 

The return value and parameter of the delegate must be the same as that of the method.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.