TextualExpressionEditor.OnDecreaseFilterLevelCommandCanExecute 메서드

정의

On Decrease 필터 수준 명령을 처리할 메서드를 나타내고 라우트된 이벤트를 실행할 수 있습니다.

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

매개 변수

e
CanExecuteRoutedEventArgs

이벤트 데이터입니다.

적용 대상