C# Class AttachedCommandBehavior.CommandBehaviorBinding

Defines the command behavior binding
Inheritance: IDisposable
Datei anzeigen Open project: dotob/moni Class Usage Examples

Public Methods

Method Description
BindEvent ( DependencyObject owner, string eventName ) : void
Dispose ( ) : void

Unregisters the EventHandler from the Event

Execute ( ) : void

Executes the strategy

Method Details

BindEvent() public method

public BindEvent ( DependencyObject owner, string eventName ) : void
owner System.Windows.DependencyObject
eventName string
return void

Dispose() public method

Unregisters the EventHandler from the Event
public Dispose ( ) : void
return void

Execute() public method

Executes the strategy
public Execute ( ) : void
return void