InputPointerSource.DirectManipulationHitTest Event
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.
/// [Windows.Foundation.Metadata.Experimental]
/// [add: Windows.Foundation.Metadata.Experimental]
/// [remove: Windows.Foundation.Metadata.Experimental]
// Register
event_token DirectManipulationHitTest(TypedEventHandler<InputPointerSource, PointerEventArgs const&> const& handler) const;
// Revoke with event_token
void DirectManipulationHitTest(event_token const* cookie) const;
// Revoke with event_revoker
InputPointerSource::DirectManipulationHitTest_revoker DirectManipulationHitTest(auto_revoke_t, TypedEventHandler<InputPointerSource, PointerEventArgs const&> const& handler) const;
[Windows.Foundation.Metadata.Experimental]
[add: Windows.Foundation.Metadata.Experimental]
[remove: Windows.Foundation.Metadata.Experimental]
public event TypedEventHandler<InputPointerSource,PointerEventArgs> DirectManipulationHitTest;
function onDirectManipulationHitTest(eventArgs) { /* Your code */ }
inputPointerSource.addEventListener("directmanipulationhittest", onDirectManipulationHitTest);
inputPointerSource.removeEventListener("directmanipulationhittest", onDirectManipulationHitTest);
- or -
inputPointerSource.ondirectmanipulationhittest = onDirectManipulationHitTest;
Public Custom Event DirectManipulationHitTest As TypedEventHandler(Of InputPointerSource, PointerEventArgs)
Event Type
- Attributes