Results 1 to 11 of 11

Thread: Object X = Y as X...Explain? [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member StrangerInBeijing's Avatar
    Join Date
    Mar 2005
    Location
    Not in Beijing
    Posts
    1,666

    Object X = Y as X...Explain? [RESOLVED]

    Can someone explain this simple code? First time I see it in a C# example

    Button btn = sender as Button;
    if (btn != null)
    Last edited by StrangerInBeijing; Sep 7th, 2005 at 12:29 AM. Reason: [RESOLVED]
    Install and Configure Eclipse For both Java and PHP development
    Accessible Ajax/jQuery Forms Degrade gracefully with JavaScript Disabled

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width