コード例 #1
0
ファイル: ControllerBase.cs プロジェクト: Keyabob/MMG
 /// <summary>
 /// Binds the specified command to the specified mouse enter gesture. Removes old bindings to the gesture.
 /// </summary>
 /// <param name="gesture">The gesture.</param>
 /// <param name="command">The command. If <c>null</c>, the binding will be removed.</param>
 public virtual void Bind(OxyMouseEnterGesture gesture, IViewCommand<OxyMouseEventArgs> command)
 {
     this.BindCore(gesture, command);
 }
コード例 #2
0
 /// <summary>
 /// Binds the specified command to the specified mouse enter gesture. Removes old bindings to the gesture.
 /// </summary>
 /// <param name="gesture">The gesture.</param>
 /// <param name="command">The command. If <c>null</c>, the binding will be removed.</param>
 public virtual void Bind(OxyMouseEnterGesture gesture, IViewCommand <OxyMouseEventArgs> command)
 {
     this.BindCore(gesture, command);
 }