C# Class SilverlightFX.UserInterface.HoverEffect

Plays an effect whenever the mouse enters or leaves the associated element.
Inheritance: AnimationEffectBehavior
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes protégées

Méthode Description
OnAttach ( ) : void
OnDetach ( ) : void

Private Methods

Méthode Description
OnMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

OnAttach() protected méthode

protected OnAttach ( ) : void
Résultat void

OnDetach() protected méthode

protected OnDetach ( ) : void
Résultat void