pub trait IDirectManipulationDragDropEventHandler_Impl: Sized {
    // Required method
    fn OnDragDropStatusChange(
        &self,
        viewport: Option<&IDirectManipulationViewport2>,
        current: DIRECTMANIPULATION_DRAG_DROP_STATUS,
        previous: DIRECTMANIPULATION_DRAG_DROP_STATUS
    ) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§