UIElementDialogPage.DialogKeyPendingEvent Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Routed event used to determine whether or not key input in the dialog should be handled by the dialog or by the content of this page. If this event is marked as handled, the keypress should be handled by the content, and DLGC_WANTALLKEYS will be returned from WM_GETDLGCODE. If the event is not handled, then only arrow keys, tabbing, and character input will be handled within this dialog page.
public: static initonly System::Windows::RoutedEvent ^ DialogKeyPendingEvent;
public static readonly System.Windows.RoutedEvent DialogKeyPendingEvent;
staticval mutable DialogKeyPendingEvent : System.Windows.RoutedEvent
Public Shared ReadOnly DialogKeyPendingEvent As RoutedEvent