UIElement3D.PreviewStylusButtonDownEvent 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.
Identifies the PreviewStylusButtonDown routed event.
public: static initonly System::Windows::RoutedEvent ^ PreviewStylusButtonDownEvent;
public static readonly System.Windows.RoutedEvent PreviewStylusButtonDownEvent;
staticval mutable PreviewStylusButtonDownEvent : System.Windows.RoutedEvent
Public Shared ReadOnly PreviewStylusButtonDownEvent As RoutedEvent
Field Value
Remarks
Routed event identifiers are created when routed events are registered. These identifiers contain an identifying name, owner type, handler type, routing strategy, and utility method for adding owners for the event. You can use these identifiers to add class handlers.
For more information about registering routed events, see RegisterRoutedEvent. For more information about using routed event identifiers to add class handlers, see RegisterClassHandler.