UIElementDialogPage.DialogKeyPendingEvent Field

Definition

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 

Field Value

Applies to