다음을 통해 공유


TextualExpressionEditor.OnParameterInfoCommandCanExecute 메서드

정의

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

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

매개 변수

e
CanExecuteRoutedEventArgs

이벤트 데이터입니다.

적용 대상