Home
VB.Net
2D
Application
Class
Data Structure
Data Types
Database ADO.net
Date Time
Development
Event
File Directory
Generics
GUI
Internationalization I18N
Language Basics
LINQ
Network Remote
Reflection
Security
Thread
Windows Presentation Foundation
Windows System
XML
XML LINQ
EventTrigger « Windows Presentation Foundation « VB.Net
VB.Net
Windows Presentation Foundation
EventTrigger
1.
Enter and exit actions MouseEnter and MouseLeave, Unloaded
2.
Use EventTrigger elements to animate the MouseEnter and OnMouseLeave events of a Rectangle.
3.
Multi Trigger: Pressed, Mouse over
4.
Triggers: Control.IsFocused, Control.IsMouseOver, Button.IsPressed
5.
Apply Multiple Triggers to the Same Element
6.
Focused Trigger
7.
Evaluate Multiple Properties for the Same Trigger
8.
Window Load as Animation Trigger
9.
Using a Trigger to modify the appearance of Button elements
10.
Using a Trigger to modify the appearance of a single Button
11.
Declaring a local Trigger
12.
Using a Trigger to modify the appearance of any Control
13.
Using a Trigger to modify multiple attributes of a Button
14.
Simple XAML Animation in EventTrigger
15.
Use DataTriggerand MultiDataTrigger.