ITableControlEventProcessor.PreviewKeyUp(KeyEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
處理 PreviewKeyUp 事件。
public:
void PreviewKeyUp(System::Windows::Input::KeyEventArgs ^ args);
public void PreviewKeyUp (System.Windows.Input.KeyEventArgs args);
abstract member PreviewKeyUp : System.Windows.Input.KeyEventArgs -> unit
Public Sub PreviewKeyUp (args As KeyEventArgs)
參數
- args
- KeyEventArgs
描述 KeyEventArgs 索引鍵事件的 。