Delegates
Số trang: 1
Loại file: pdf
Dung lượng: 10.06 KB
Lượt xem: 8
Lượt tải: 0
Xem trước 1 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
[ Team LiB ] A.6 Delegates The syntax for a delegate in C# closely follows the syntax for a method. The delegate statement is followed by the delegates return type (or void, if there is none) and the delegate name. This in turn is followed by the delegates parameter list
Nội dung trích xuất từ tài liệu:
Delegates[ Team LiB ]A.6 DelegatesThe syntax for a delegate in C# closely follows the syntax for a method. The delegatestatement is followed by the delegates return type (or void, if there is none) and thedelegate name. This in turn is followed by the delegates parameter list, in which eachparameter takes the form: For example:public delegate void StateChangeEventHandler(object sender, StateChangeEventArgs e);In a VB Delegate statement, the Delegate keyword is followed by the Sub keyword (if thedelegate returns a void in C#) or the Function keyword (if the delegate returns some othervalue). For example, in VB, the StateChangeEventHandler delegate has the followingsyntax:Public Delegate Sub StateChangeEventHandler( _ ByVal sender As Object, ByVal e As StateChangeEventArgs)[ Team LiB ]
Nội dung trích xuất từ tài liệu:
Delegates[ Team LiB ]A.6 DelegatesThe syntax for a delegate in C# closely follows the syntax for a method. The delegatestatement is followed by the delegates return type (or void, if there is none) and thedelegate name. This in turn is followed by the delegates parameter list, in which eachparameter takes the form: For example:public delegate void StateChangeEventHandler(object sender, StateChangeEventArgs e);In a VB Delegate statement, the Delegate keyword is followed by the Sub keyword (if thedelegate returns a void in C#) or the Function keyword (if the delegate returns some othervalue). For example, in VB, the StateChangeEventHandler delegate has the followingsyntax:Public Delegate Sub StateChangeEventHandler( _ ByVal sender As Object, ByVal e As StateChangeEventArgs)[ Team LiB ]
Tìm kiếm theo từ khóa liên quan:
công nghệ thông tin kỹ thuật lập trình Oreilly Ado Dot Net Cookbook Ebook-Lib DelegatesGợi ý tài liệu liên quan:
-
52 trang 417 1 0
-
Top 10 mẹo 'đơn giản nhưng hữu ích' trong nhiếp ảnh
11 trang 301 0 0 -
Báo cáo thực tập thực tế: Nghiên cứu và xây dựng website bằng Wordpress
24 trang 287 0 0 -
74 trang 283 0 0
-
96 trang 283 0 0
-
Đồ án tốt nghiệp: Xây dựng ứng dụng di động android quản lý khách hàng cắt tóc
81 trang 270 0 0 -
Tài liệu dạy học môn Tin học trong chương trình đào tạo trình độ cao đẳng
348 trang 268 1 0 -
EBay - Internet và câu chuyện thần kỳ: Phần 1
143 trang 260 0 0 -
Kỹ thuật lập trình trên Visual Basic 2005
148 trang 253 0 0 -
Tài liệu hướng dẫn sử dụng thư điện tử tài nguyên và môi trường
72 trang 251 0 0