Home
VB.Net Tutorial
Language Basics
Data Type
Operator
Statements
Date Time
Class Module
Development
Collections
Generics
Attributes
Event
LINQ
Stream File
GUI
GUI Applications
Windows Presentation Foundation
2D Graphics
I18N Internationlization
Reflection
Regular Expressions
Security
Socket Network
Thread
Windows
XML
Database ADO.net
Design Patterns
Menu
Event « Event « VB.Net Tutorial
VB.Net Tutorial
Event
Event
11.1.Event
11.1.1.
Raise Events
11.1.2.
Multiple Event Handler
11.1.3.
Event handler
11.1.4.
Subclass EventArgs to create your own event arguments
11.1.5.
Inherit Event
11.1.6.
Custom event handler
11.1.7.
WithEvents and Event method
11.1.8.
Add and remove event handler
11.1.9.
Handle events from more than one components
11.1.10.
Add, remove event handler to/from ToggleButton
11.1.11.
Use one method to handle more than one RadioButton click event
11.1.12.
Get event sender type
11.1.13.
Instantiating the Action<(Of <(T>)>) delegate rather than explicitly defining a new delegate and assigning a named method