C# Class System.Windows.Interactivity.Trigger

Inheritance: System.Windows.FrameworkElement, IAttachedObject
Afficher le fichier Open project: nikhilk/silverlightfx

Private Properties

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

Méthodes protégées

Méthode Description
InvokeActions ( EventArgs e ) : void

Invokes the associated actions.

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
IAttachedObject ( ) : void
IAttachedObject ( DependencyObject associatedObject ) : void
Trigger ( ) : System

Method Details

InvokeActions() protected méthode

Invokes the associated actions.
protected InvokeActions ( EventArgs e ) : void
e System.EventArgs The event data associated with the invocation.
Résultat void

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