C# Class SilverlightFX.UserInterface.HoverEffect

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

Protected Methods

Method Description
OnAttach ( ) : void
OnDetach ( ) : void

Private Methods

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

Method Details

OnAttach() protected method

protected OnAttach ( ) : void
return void

OnDetach() protected method

protected OnDetach ( ) : void
return void