C# Class System.Windows.Interactivity.Behavior

Triggers are attachable objects that encapsulate some logic to determine when they are activated. They execute their associated action whenever they are activated.
Inheritance: System.Windows.FrameworkElement, IAttachedObject
Afficher le fichier Open project: nikhilk/silverlightfx Class Usage Examples

Private Properties

Свойство Type Description
Behavior System
IAttachedObject void
IAttachedObject void

Méthodes protégées

Méthode Description
OnAttach ( ) : void

Allows the trigger to attach to its associated object.

OnDetach ( ) : void

Allows the trigger to detach from its associated object.

Private Methods

Méthode Description
Behavior ( ) : System
IAttachedObject ( ) : void
IAttachedObject ( DependencyObject associatedObject ) : void

Method Details

OnAttach() protected méthode

Allows the trigger to attach to its associated object.
protected OnAttach ( ) : void
Résultat void

OnDetach() protected méthode

Allows the trigger to detach from its associated object.
protected OnDetach ( ) : void
Résultat void