다음을 통해 공유


TextualExpressionEditor.OnCompleteWordCommandCanExecute 메서드

정의

On Complete Word Command Can Execute 라우트된 이벤트를 처리할 메서드를 나타냅니다.

public:
 virtual void OnCompleteWordCommandCanExecute(System::Windows::Input::CanExecuteRoutedEventArgs ^ e);
public virtual void OnCompleteWordCommandCanExecute (System.Windows.Input.CanExecuteRoutedEventArgs e);
abstract member OnCompleteWordCommandCanExecute : System.Windows.Input.CanExecuteRoutedEventArgs -> unit
override this.OnCompleteWordCommandCanExecute : System.Windows.Input.CanExecuteRoutedEventArgs -> unit
Public Overridable Sub OnCompleteWordCommandCanExecute (e As CanExecuteRoutedEventArgs)

매개 변수

e
CanExecuteRoutedEventArgs

이벤트 데이터입니다.

적용 대상