C# Class AttachedCommandBehavior.CommandBehaviorBinding

Defines the command behavior binding
Inheritance: IDisposable
Afficher le fichier Open project: dotob/moni Class Usage Examples

Méthodes publiques

Méthode Description
BindEvent ( DependencyObject owner, string eventName ) : void
Dispose ( ) : void

Unregisters the EventHandler from the Event

Execute ( ) : void

Executes the strategy

Method Details

BindEvent() public méthode

public BindEvent ( DependencyObject owner, string eventName ) : void
owner System.Windows.DependencyObject
eventName string
Résultat void

Dispose() public méthode

Unregisters the EventHandler from the Event
public Dispose ( ) : void
Résultat void

Execute() public méthode

Executes the strategy
public Execute ( ) : void
Résultat void