System.Windows.Input Namespace
Fornece tipos para dar suporte ao sistema de entrada da WPF (Windows Presentation Foundation). Provides types to support the Windows Presentation Foundation (WPF) input system. Isso inclui classes de abstração de dispositivo para dispositivos de mouse, teclado e caneta, uma classe comum do gerenciador de entrada, suporte para comandos e comandos personalizados e várias classes de utilitário. This includes device abstraction classes for mouse, keyboard, and stylus devices, a common input manager class, support for commanding and custom commands, and various utility classes.
Classes
| AccessKeyEventArgs |
Fornece informações sobre os eventos de chaves de acesso.Provides information for access keys events. |
| AccessKeyManager |
Mantém o registro de todas as chaves de acesso e a manipulação de comandos de teclado de interoperabilidade entre Windows Forms, Win32 e WPF (Windows Presentation Foundation).Maintains the registration of all access keys and the handling of interop keyboard commands between Windows Forms, Win32, and Windows Presentation Foundation (WPF). |
| AccessKeyPressedEventArgs |
Fornece dados para o evento roteado AccessKeyManager.Provides data for the AccessKeyManager routed event. |
| ApplicationCommands |
Fornece um conjunto padrão de comandos relacionados ao aplicativo.Provides a standard set of application related commands. |
| CanExecuteChangedEventManager |
Fornece uma implementação WeakEventManager para que seja possível usar o padrão “ouvinte de eventos fraco” para anexar ouvintes ao evento CanExecuteChanged.Provides a WeakEventManager implementation so that you can use the "weak event listener" pattern to attach listeners for the CanExecuteChanged event. |
| CanExecuteRoutedEventArgs |
Fornece dados para os eventos roteados CanExecute e PreviewCanExecute.Provides data for the CanExecute and PreviewCanExecute routed events. |
| CommandBinding |
Associa um RoutedCommand aos manipuladores de eventos que implementam o comando.Binds a RoutedCommand to the event handlers that implement the command. |
| CommandBindingCollection |
Representa uma coleção de objetos CommandBinding .Represents a collection of CommandBinding objects. |
| CommandConverter |
Converte um objeto ICommand de e em outros tipos.Converts an ICommand object to and from other types. |
| CommandManager |
Fornece os métodos de utilitário relativos ao comando que registram objetos CommandBinding e InputBinding para proprietários de classe e comandos, adiciona e remove manipuladores de eventos de comando e fornece serviços para consultar o status de um comando.Provides command related utility methods that register CommandBinding and InputBinding objects for class owners and commands, add and remove command event handlers, and provides services for querying the status of a command. |
| ComponentCommands |
Fornece um conjunto padrão de comandos relacionados ao componente, que tem gestos de entrada chave predefinidos e propriedades Text.Provides a standard set of component-related commands, which have predefined key input gestures and Text properties. |
| Cursor |
Representa a imagem usada para o ponteiro do mouse.Represents the image used for the mouse pointer. |
| CursorConverter |
Converte um objeto Cursor de e em outros tipos.Converts a Cursor object to and from other types. |
| Cursors |
Define um conjunto de cursores padrão.Defines a set of default cursors. |
| ExecutedRoutedEventArgs |
Fornece dados para os eventos roteados Executed e PreviewExecuted.Provides data for the Executed and PreviewExecuted routed events. |
| FocusManager |
Fornece um conjunto de métodos estáticos, propriedades anexadas e eventos para determinar e definir escopos de foco e para definir o elemento focalizado dentro do escopo.Provides a set of static methods, attached properties, and events for determining and setting focus scopes and for setting the focused element within the scope. |
| InertiaExpansionBehavior |
Controla a desaceleração de uma manipulação de redimensionamento durante inércia.Controls the deceleration of a resizing manipulation during inertia. |
| InertiaRotationBehavior |
Controla a desaceleração de uma manipulação de rotação durante inércia.Controls the deceleration of a rotation manipulation during inertia. |
| InertiaTranslationBehavior |
Controla a desaceleração em uma manipulação de conversão durante inércia.Controls deceleration on a translation manipulation during inertia. |
| InputBinding |
Representa uma associação entre um InputGesture e um comando.Represents a binding between an InputGesture and a command. O comando é potencialmente um RoutedCommand.The command is potentially a RoutedCommand. |
| InputBindingCollection |
Representa uma coleção ordenada de objetos de InputBinding.Represents an ordered collection of InputBinding objects. |
| InputDevice |
Classe abstrata que descreve um dispositivo de entrada.Abstract class that describes an input device. |
| InputEventArgs |
Fornece dados para eventos relacionados à entrada.Provides data for input related events. |
| InputGesture |
Classe abstrata que descreve os gestos do dispositivo de entrada.Abstract class that describes input device gestures. |
| InputGestureCollection |
Representa uma coleção ordenada de objetos de InputGesture.Represents an ordered collection of InputGesture objects. |
| InputLanguageChangedEventArgs |
Contém argumentos associados ao evento InputLanguageChanged.Contains arguments associated with the InputLanguageChanged event. |
| InputLanguageChangingEventArgs |
Contém argumentos associados ao evento InputLanguageChanging.Contains arguments associated with the InputLanguageChanging event. |
| InputLanguageEventArgs |
Fornece uma classe base para argumentos para eventos que lidam com uma alteração no idioma de entrada.Provides a base class for arguments for events dealing with a change in input language. |
| InputLanguageManager |
Fornece recursos para gerenciar idiomas de entrada na WPF (Windows Presentation Foundation).Provides facilities for managing input languages in Windows Presentation Foundation (WPF). |
| InputManager |
Gerencia todos os sistemas de entra na WPF (Windows Presentation Foundation).Manages all the input systems in Windows Presentation Foundation (WPF). |
| InputMethod |
Fornece recursos para gerenciar e interagir com a Estrutura de Serviços de Texto, que dá suporte para métodos de entrada de texto alternativos como fala e manuscrito.Provides facilities for managing and interacting with the Text Services Framework, which provides support for alternate text input methods such as speech and handwriting. |
| InputMethodStateChangedEventArgs |
Contém argumentos associados ao evento StateChanged.Contains arguments associated with the StateChanged event. |
| InputScope |
Representa informações relacionadas ao escopo de dados fornecido por um método de entrada.Represents information related to the scope of data provided by an input method. |
| InputScopeConverter |
Converte uma InputScope em/de outros tipos.Converts a InputScope to and from other types. |
| InputScopeName |
Define um nome para padrões de entrada de texto.Defines a name for text input patterns. |
| InputScopeNameConverter |
Converte instâncias de InputScopeName de e para outros tipos de dados.Converts instances of InputScopeName to and from other data types. |
| InputScopePhrase |
Representa um padrão de texto de entrada sugerido.Represents a suggested input text pattern. |
| KeyBinding |
Associa um KeyGesture a um RoutedCommand (ou outra implementação ICommand).Binds a KeyGesture to a RoutedCommand (or another ICommand implementation). |
| Keyboard |
Representa o dispositivo de teclado.Represents the keyboard device. |
| KeyboardDevice |
Classe abstrata que representa um dispositivo de teclado.Abstract class that represents a keyboard device. |
| KeyboardEventArgs |
Fornece dados para eventos relacionados ao teclado.Provides data for keyboard-related events. |
| KeyboardFocusChangedEventArgs |
Fornece dados para os eventos roteados LostKeyboardFocus e GotKeyboardFocus, bem como para eventos anexados e de versão prévia relacionados.Provides data for LostKeyboardFocus and GotKeyboardFocus routed events, as well as related attached and Preview events. |
| KeyboardInputProviderAcquireFocusEventArgs |
Fornece dados para o evento de KeyboardInputProviderAcquireFocus .Provides data for the KeyboardInputProviderAcquireFocus event. |
| KeyboardNavigation |
Fornece navegação direcional e lógica entre objetos focalizáveis.Provides logical and directional navigation between focusable objects. |
| KeyConverter |
Converte um objeto Key de e em outros tipos.Converts a Key object to and from other types. |
| KeyEventArgs |
Fornece dados para os eventos roteados KeyUp e KeyDown, bem como eventos de Versão Prévia e anexados relacionados.Provides data for the KeyUp and KeyDown routed events, as well as related attached and Preview events. |
| KeyGesture |
Define um gesto de entrada de teclado que pode ser usado para invocar um comando.Defines a keyboard combination that can be used to invoke a command. |
| KeyGestureConverter |
Converte um objeto KeyGesture de e em outros tipos.Converts a KeyGesture object to and from other types. |
| KeyGestureValueSerializer |
Converte instâncias de String de e para instâncias de KeyGesture.Converts instances of String to and from instances of KeyGesture. |
| KeyInterop |
Fornece métodos estáticos para converter entre teclas virtuais Win32 e a enumeração Key do WPF.Provides static methods to convert between Win32 Virtual-Keys and the WPF Key enumeration. |
| KeyValueSerializer |
Converte instâncias de String de e para instâncias de Key.Converts instances of String to and from instances of Key. |
| Manipulation |
Contém métodos para obter e atualizar informações sobre uma manipulação.Contains methods to get and update information about a manipulation. |
| ManipulationBoundaryFeedbackEventArgs |
Fornece dados para o evento de ManipulationBoundaryFeedback .Provides data for the ManipulationBoundaryFeedback event. |
| ManipulationCompletedEventArgs |
Fornece dados para o evento de ManipulationCompleted .Provides data for the ManipulationCompleted event. |
| ManipulationDelta |
Contém dados de transformação acumulados quando ocorrem eventos de manipulação.Contains transformation data that is accumulated when manipulation events occur. |
| ManipulationDeltaEventArgs |
Fornece dados para o evento de ManipulationDelta .Provides data for the ManipulationDelta event. |
| ManipulationInertiaStartingEventArgs |
Fornece dados para o evento de ManipulationInertiaStarting .Provides data for the ManipulationInertiaStarting event. |
| ManipulationPivot |
Especifica como uma rotação ocorre com um ponto de entrada do usuário.Specifies how a rotation occurs with one point of user input. |
| ManipulationStartedEventArgs |
Fornece dados para o evento de ManipulationStarted .Provides data for the ManipulationStarted event. |
| ManipulationStartingEventArgs |
Fornece dados para o evento ManipulationStarting.Provides data for the ManipulationStarting, event. |
| ManipulationVelocities |
Descreve a velocidade à qual a manipulações ocorre.Describes the speed at which manipulations occurs. |
| MediaCommands |
Fornece um conjunto padrão de comandos relacionados à mídia.Provides a standard set of media related commands. |
| ModifierKeysConverter |
Converte um objeto ModifierKeys de e em outros tipos.Converts a ModifierKeys object to and from other types. |
| ModifierKeysValueSerializer |
Converte instâncias de String de e para instâncias de ModifierKeys.Converts instances of String to and from instances of ModifierKeys. |
| Mouse |
Representa o dispositivo de mouse para um thread específico.Represents the mouse device to a specific thread. |
| MouseActionConverter |
Converte um objeto MouseAction de e em outros tipos.Converts a MouseAction object to and from other types. |
| MouseActionValueSerializer |
Converte instâncias de String de e para instâncias de MouseAction.Converts instances of String to and from instances of MouseAction. |
| MouseBinding |
Associa um MouseGesture a um RoutedCommand (ou a outra implementação de ICommand).Binds a MouseGesture to a RoutedCommand (or another ICommand implementation). |
| MouseButtonEventArgs |
Fornece dados para eventos relacionados ao botão do mouse.Provides data for mouse button related events. |
| MouseDevice |
Representa um dispositivo de mouse.Represents a mouse device. |
| MouseEventArgs |
Fornece dados para eventos roteados relacionados ao mouse que não envolvem especificamente os botões do mouse ou a roda do mouse, por exemplo MouseMove.Provides data for mouse related routed events that do not specifically involve mouse buttons or the mouse wheel, for example MouseMove. |
| MouseGesture |
Define um gesto de entrada de mouse que pode ser usado para invocar um comando.Defines a mouse input gesture that can be used to invoke a command. |
| MouseGestureConverter |
Converte um objeto MouseGesture de e em outros tipos.Converts a MouseGesture object to and from other types. |
| MouseGestureValueSerializer |
Converte instâncias de String de e para instâncias de ModifierKeys.Converts instances of String to and from instances of ModifierKeys. |
| MouseWheelEventArgs |
Fornece dados para vários eventos que relatam alterações ao valor de delta da roda do mouse de um dispositivo de mouse.Provides data for various events that report changes to the mouse wheel delta value of a mouse device. |
| NavigationCommands |
Fornece um conjunto padrão de comandos relacionados a navegação.Provides a standard set of navigation-related commands. |
| NotifyInputEventArgs |
Fornece dados para entrada bruta sendo processada pelo InputManager.Provides data for raw input being processed by the InputManager. |
| PreProcessInputEventArgs |
Fornece dados de eventos de entrada pós-processamento.Provides data for preprocess input events. |
| ProcessInputEventArgs |
Fornece dados de eventos de entrada pós-processamento.Provides data for postprocess input events. |
| QueryCursorEventArgs |
Fornece dados para o evento de QueryCursor .Provides data for the QueryCursor event. |
| RoutedCommand |
Define um comando que implementa o ICommand e é encaminhado por meio da árvore de elementos.Defines a command that implements ICommand and is routed through the element tree. |
| RoutedUICommand |
Define um ICommand que é roteado através da árvore de elemento e contém uma propriedade de texto.Defines an ICommand that is routed through the element tree and contains a text property. |
| StagingAreaInputItem |
Encapsula um evento de entrada quando ele está sendo processado pelo gerenciador de entrada.Encapsulates an input event when it is being processed by the input manager. |
| Stylus |
Fornece acesso a informações gerais sobre uma caneta eletrônica.Provides access to general information about a tablet pen. |
| StylusButton |
Representa um botão em uma caneta.Represents a button on a stylus. |
| StylusButtonCollection |
Contém uma coleção de objetos StylusButton .Contains a collection of StylusButton objects. |
| StylusButtonEventArgs |
Fornece dados para os eventos de StylusButtonDown e de StylusButtonUp .Provides data for the StylusButtonDown and StylusButtonUp events. |
| StylusDevice |
Representa uma caneta eletrônica usada com um Tablet PC.Represents a tablet pen used with a Tablet PC. |
| StylusDeviceCollection |
Contém os objetos StylusDevice que representam os dispositivos de caneta de um Tablet PC.Contains the StylusDevice objects that represent a Tablet PC's stylus devices. |
| StylusDownEventArgs |
Fornece dados para o evento de StylusDown .Provides data for the StylusDown event. |
| StylusEventArgs |
Fornece dados para vários eventos associados à classe Stylus.Provides data for several of the events that are associated with the Stylus class. |
| StylusPointCollection |
Contém uma coleção de objetos StylusPoint .Contains a collection of StylusPoint objects. |
| StylusPointDescription |
Especifica as propriedades que estão em um StylusPoint.Specifies the properties that are in a StylusPoint. |
| StylusPointProperties |
Contém um StylusPointProperty para cada propriedade que é compatível com o WPF.Contains a StylusPointProperty for each property that the WPF supports. |
| StylusPointProperty |
Representa uma propriedade armazenada em um StylusPoint.Represents a property stored in a StylusPoint. |
| StylusPointPropertyInfo |
Especifica as restrições de uma propriedade em um StylusPoint.Specifies the constraints of a property in a StylusPoint. |
| StylusSystemGestureEventArgs |
Fornece dados para o evento de StylusSystemGesture .Provides data for the StylusSystemGesture event. |
| Tablet |
Fornece acesso aos métodos estáticos que retornam os dispositivos tablet anexados ao sistema.Provides access to static methods that return the tablet devices attached to the system. |
| TabletDevice |
Representa o dispositivo digitalizador de um Tablet.Represents the digitizer device of a Tablet PC. |
| TabletDeviceCollection |
Contém os objetos TabletDevice que representam os dispositivos digitalizadores de um tablet.Contains the TabletDevice objects that represent the digitizer devices of a tablet device. |
| TextComposition |
Representa uma composição relacionada à entrada de texto que inclui o texto de composição em si, o texto do controle ou do sistema relacionado e um estado de conclusão para a composição.Represents a composition related to text input which includes the composition text itself, any related control or system text, and a state of completion for the composition. |
| TextCompositionEventArgs |
Contém argumentos associados às alterações em um TextComposition.Contains arguments associated with changes to a TextComposition. |
| TextCompositionManager |
Fornece recursos para gerenciar eventos relacionados à entrada e às composições de texto.Provides facilities for managing events related to input and text compositions. |
| Touch |
Fornece um serviço de nível de aplicativo que processa a entrada multitoque do sistema operacional e gera o evento FrameReported.Provides an application-level service that processes multitouch input from the operating system and raises the FrameReported event. |
| TouchDevice |
Representa uma única entrada de toque produzida por um dedo na tela de toque.Represents a single touch input produced by a finger on a touchscreen. |
| TouchEventArgs |
Fornece dados de eventos de entrada por toque.Provides data for touch input events. |
| TouchFrameEventArgs |
Fornece dados para o evento de FrameReported .Provides data for the FrameReported event. |
| TouchPoint |
Representa um ponto de toque único de uma fonte de mensagem multitoque.Represents a single touch point from a multitouch message source. |
| TouchPointCollection |
Contém uma coleção de objetos TouchPoint .Contains a collection of TouchPoint objects. |
| TraversalRequest |
Representa uma solicitação para mover o foco para outro controle.Represents a request to move focus to another control. |
Estruturas
| StylusPoint |
Representa um único ponto de dados coletado do digitalizador e da caneta.Represents a single data point collected from the digitizer and stylus. |
Interfaces
| ICommand |
Define um comando.Defines a command. |
| ICommandSource |
Define um objeto que sabe como invocar um comando.Defines an object that knows how to invoke a command. |
| IInputLanguageSource |
Define os recursos necessários para um objeto que pretende se comportar como uma origem de idioma de entrada.Defines necessary facilities for an object that intends to behave as an input language source. |
| IManipulator |
Fornece a posição de entrada necessária para criar uma manipulação.Provides the position of input that is needed to create a manipulation. |
Enumerações
| CaptureMode |
Especifica as políticas de captura do mouse.Specifies the mouse capture policies. |
| CursorType |
Especifica os tipos de cursor internos.Specifies the built in cursor types. |
| FocusNavigationDirection |
Especifica a direção dentro de uma interface do usuário da tentativa de uma solicitação de alteração de foco. A direção é baseada na ordem de tabulação ou pela direção relativa no layout.The direction is either based on tab order or by relative direction in layout. |
| ImeConversionModeValues |
Descreve um modo de conversão de entrada a ser executado por um método de entrada.Describes a mode of input conversion to be performed by an input method. |
| ImeSentenceModeValues |
Especifica o modo de conversão de frase executada por um método de entrada.Specifies the mode of sentence conversion performed by an input method. |
| InputMethodState |
Descreve o estado de um InputMethod.Describes the state of an InputMethod. |
| InputMode |
Especifica os possíveis valores do modo de entrada.Specifies the possible values for the input mode. |
| InputScopeNameValue |
Especifica o nome do escopo de entrada que modifica como a entrada de métodos de entrada alternativos é interpretada.Specifies the input scope name which modifies how input from alternative input methods is interpreted. |
| InputType |
Especifica os possíveis tipos de entrada que estão sendo relatados.Specifies the possible types of input being reported. |
| Key |
Especifica os possíveis valores de chave em um teclado.Specifies the possible key values on a keyboard. |
| KeyboardNavigationMode |
Especifica os valores possíveis para alterações em foco quando ocorrer navegação direcional e lógica.Specifies the possible values for changes in focus when logical and directional navigation occurs. |
| KeyStates |
Especifica as constantes que definem o estado de uma tecla.Specifies constants that define the state of a key. |
| ManipulationModes |
Especifica como os eventos de manipulação são interpretados.Specifies how manipulation events are interpreted. |
| ModifierKeys |
Especifica o conjunto de chaves de modificador.Specifies the set of modifier keys. |
| MouseAction |
Especifica as constantes que definem as ações executadas pelo mouse.Specifies constants that define actions performed by the mouse. |
| MouseButton |
Define os valores que especificam os botões em um dispositivo de mouse.Defines values that specify the buttons on a mouse device. |
| MouseButtonState |
Especifica os possíveis estados de um botão do mouse.Specifies the possible states of a mouse button. |
| RestoreFocusMode |
Especifica como o WPF (Windows Presentation Foundation) restaura o foco para a janela.Specifies how Windows Presentation Foundation (WPF) restores focus to the window. |
| SpeechMode |
Especifica o modo de interpretação de entrada de fala.Specifies the mode of interpretation for speech input. |
| StylusButtonState |
Representa o estado de um StylusButton.Represents the state of a StylusButton. |
| StylusPointPropertyUnit |
Especifica a unidade de medida de uma propriedade StylusPoint.Specifies the unit of measurement for a StylusPoint property. |
| SystemGesture |
Define os gestos do sistema disponíveis.Defines the available system gestures. |
| TabletDeviceType |
Define valores para o tipo de dispositivos usado pelo dispositivo de tablet.Defines values for the type of devices the tablet device uses. |
| TabletHardwareCapabilities |
Define os valores que especificam os recursos de hardware de um dispositivo de tablet, incluindo mouses e digitalizadores de área de trabalho.Defines values that specify the hardware capabilities of a tablet device, including desktop digitizers and mice. |
| TextCompositionAutoComplete |
Define um conjunto de estados para o tratamento da conclusão automática de uma composição de texto.Defines a set of states for the handling of automatic completion of a text composition. |
| TouchAction |
Descreve a ação de um ponto de toque específico.Describes the action of a specific touch point. |
Delegados
| AccessKeyPressedEventHandler |
Representa o método que manipulará o evento anexado AccessKeyPressed.Represents the method that will handle the AccessKeyPressed attached event. |
| CanExecuteRoutedEventHandler |
Representa o método que manipulará o evento de CanExecute .Represents the method that will handle the CanExecute event. |
| ExecutedRoutedEventHandler |
Representa o método que manipulará os eventos roteados Executed e PreviewExecuted, bem como os eventos anexados relacionados.Represents the method that will handle the Executed and PreviewExecuted routed events, as well as related attached events. |
| InputEventHandler |
Representa o método que manipula eventos roteados relacionados à entrada.Represents the method that handles input related routed events. |
| InputLanguageEventHandler |
Representa o método que manipulará eventos de InputLanguageChanged e de InputLanguageChanging .Represents the method that will handle the InputLanguageChanged and InputLanguageChanging events. |
| InputMethodStateChangedEventHandler |
Representa o método que manipulará o evento de StateChanged .Represents the method that will handle the StateChanged event. |
| KeyboardEventHandler |
Representa o método que manipulará eventos roteados relacionados ao teclado.Represents the method that will handle keyboard-related routed events. |
| KeyboardFocusChangedEventHandler |
Representa o método que manipulará os eventos roteados LostKeyboardFocus e GotKeyboardFocus, bem como eventos de visualização e anexados relacionados.Represents the method that will handle the LostKeyboardFocus and GotKeyboardFocus routed events, as well as related attached and Preview events. |
| KeyboardInputProviderAcquireFocusEventHandler |
Representa o método que manipulará o evento de KeyboardInputProviderAcquireFocus .Represents the method that will handle the KeyboardInputProviderAcquireFocus event. |
| KeyEventHandler |
Representa o método que manipulará os eventos roteados KeyUp e KeyDown, bem como eventos de visualização e anexados relacionados.Represents the method that will handle the KeyUp and KeyDown routed events, as well as related attached and Preview events. |
| MouseButtonEventHandler |
Representa o método que manipulará eventos roteados relacionados ao botão do mouse, por exemplo, MouseLeftButtonDown.Represents the method that will handle mouse button related routed events, for example MouseLeftButtonDown. |
| MouseEventHandler |
Representa o método que manipula eventos roteados relacionados ao mouse que não envolvem especificamente os botões ou a roda do mouse, como por exemplo, MouseMove.Represents the method that will handle mouse related routed events that do not specifically involve mouse buttons or the mouse wheel; for example, MouseMove. |
| MouseWheelEventHandler |
Representa o método que manipulará os eventos roteados MouseWheel e MouseWheel, bem como eventos de visualização e anexados relacionados.Represents the method that will handle the MouseWheel and MouseWheel routed events, as well as related attached and Preview events. |
| NotifyInputEventHandler |
Representa o método que manipulará os eventos PreNotifyInput e PostNotifyInput.Represents the method that will handle PreNotifyInput and PostNotifyInput events. |
| PreProcessInputEventHandler |
Representa o método que manipulará o evento de PreProcessInput .Represents the method that will handle the PreProcessInput event. |
| ProcessInputEventHandler |
Representa o método que manipulará o evento de PostProcessInput .Represents the method that will handle the PostProcessInput event. |
| QueryCursorEventHandler |
Representa o método que manipulará os eventos QueryCursor e QueryCursor roteados, bem como o evento anexado QueryCursor.Represents the method that will handle the QueryCursor and QueryCursor events, as well as the QueryCursor attached event. |
| StylusButtonEventHandler |
Representa o método que manipula o evento StylusButtonDown ou o evento StylusButtonUp de um UIElement.Represents the method that handles either the StylusButtonDown event or the StylusButtonUp event of a UIElement. |
| StylusDownEventHandler |
Representa o método que manipula o evento StylusDown, bem como muitas variações, incluindo o evento de Visualização correspondente.Represents the method that handles the StylusDown event, as well as several variations, including the corresponding Preview event. Também expõe novamente o evento nas classes do elemento base.Also re-exposes the event in the base element classes. |
| StylusEventHandler |
Representa o método que manipula um evento de caneta para uma classe que implementa a interface IInputElement.Represents the method that handles a stylus event for a class that the implements the IInputElement interface. |
| StylusSystemGestureEventHandler |
Representa o método que manipula o evento StylusSystemGesture de um UIElement.Represents the method that handles the StylusSystemGesture event of a UIElement. |
| TextCompositionEventHandler |
Representa o método que manipulará os eventos roteados relacionados às classes TextComposition e TextCompositionManager, por exemplo, TextInput.Represents the method that will handle the routed events related to the TextComposition and TextCompositionManager classes, for example TextInput. |
| TouchFrameEventHandler |
Representa o método que manipulará o evento de FrameReported de Touch.Represents the method that will handle the FrameReported event of a Touch. |