Small results of class-type sequence operators in VB. NET

Source: Internet
Author: User

In VB. NET, the type of sequence handler is very different from that of C.

For example:

Protected sub button#click (byvalSenderAs object, byval e as system. eventargs) handles button1.click, button3.click, button4.click
Type: 'category-specific!
'Dim BTN as button = ctype (Me. Controls. Find ("itemnumber", true) (0), button)
Dim BTN as button = ctype (Sender,Button)

If it is C #, you can directly convert it:(Button) sender. commandname

Select case BTN. commandname
Case "animal"
Label3.text = "an animal is a kind of thing in nature"
Case "man"
Label3.text = "Humans are also an animal"
End select

End sub

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.