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
Event « Windows Presentation Foundation « VB.Net Tutorial
VB.Net Tutorial
Windows Presentation Foundation
Event
16.87.Event
16.87.1.
Get event sender from event
16.87.2.
Handle the ContentRendered event
16.87.3.
Find source element of an element in event handler by casting
16.87.4.
Add an event handler to an element using code
16.87.5.
Halting event routing with Handled
16.87.6.
Security Exception
16.87.7.
Throw Handled Exception
16.87.8.
Check handler event sender
16.87.9.
Do event based on button name
16.87.10.
Add event handler to StackPanel in StackPanel resource
16.87.11.
Add a PropertyChangedValueCallback to Any Dependency Property
16.87.12.
Handle a Button Click with Shared button click handler
16.87.13.
DispatcherTimer and EventHandler
16.87.14.
Thumb DragStarted and DragCompleted event handler
16.87.15.
Set interval and event handler for DispatcherTimer
16.87.16.
Get the event sender name
16.87.17.
Event firing sequence
16.87.18.
Cancel event by setting CanExecute and Handled to false
16.87.19.
Event sender, event source and event original source
16.87.20.
Cast event sender to a control
16.87.21.
Fire an event when an element gains and loses focus.