Top "Eventtrigger" questions

Represents a trigger that applies a set of actions in response to an event.

Custom RoutedEvent as EventTrigger

I have my own shape class public sealed class MirrorTile : Shape and in this class I added the event public …

c# wpf eventtrigger routedevents
Drag and Drop In ScrollRect (ScrollView) in Unity3D

I want to implement drag and drop on contents of scroll view. The problem is when you try drag items …

unity3d drag-and-drop scrollview eventtrigger scrollrect
Stop / start storyboard animation based on Visibility

I have an animation that currently starts when a Control is loaded (the animation is essentially a waiting spinner, that …

wpf silverlight animation eventtrigger
React event onMouseLeave not triggered when moving cursor fast

Im trying to implement hover event but onMouseLeave is not always triggering when leaving element especially when moving cursor over …

javascript events hover reactjs eventtrigger
WPF EventTriggers - Cannot convert string 'MouseEnter' in attribute 'RoutedEvent' to object of type 'System.Windows.RoutedEvent'

I can't get any event triggers to work. A simplified example of what I'm doing is below - <Window …

wpf eventtrigger
C# background worker not triggering dowork event on any pc besides my own

I'm having a really weird issue with a background worker in one of my applications. I recently overhauled it slightly …

c# events backgroundworker eventtrigger
WPF Background change of Border OnMouseDown

I'm trying to change the background of a border on left mousebutton down. Button I don't get it. Of Course …

wpf storyboard eventtrigger coloranimation
set ellipse stroke(border color) when mouse enters it in wpf

Ellipse has a property called IsMouseOver, we can use it to set ellipse color, just like this post does. But …

c# wpf eventtrigger
WPF: Change the RotateTransform center before angle animation

I want to rotate an animation for my user control which would be triggered when the control gets the keyboard …

c# wpf animation eventtrigger
Android OnInfoWindowClickListener() never called

I'm creating an application with new Google Maps API V2 and I have to intercept the click on InfoWindow, showed …

android google-maps callback google-maps-markers eventtrigger