Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Event « Reflection « C# / C Sharp
C# / C Sharp
Reflection
Event
1.
Show Events
2.
EventInfo Class discovers the attributes of an event and provides access to event metadata.
3.
Use reflection to get the Elapsed event
4.
Get event handler type
5.
EventInfo.EventHandlerType
6.
Returns the EventInfo object representing the specified public event.
7.
Returns the EventInfo object representing the specified event, using the specified binding constraints.
8.
Search for events that are declared or inherited by the current Type, using the specified binding constraints.
9.
Returns all the public events that are declared or inherited by the current Type.