


PointerExitedCommandParameter, of type object, which is the parameter that's passed to PointerExitedCommand.PointerExitedCommand, of type ICommand, which is the command to invoke when the pointer that's in the view's bounding area leaves that bounding area.PointerEnteredCommandParameter, of type object, which is the parameter that's passed to PointerEnteredCommand.PointerEnteredCommand, of type ICommand, which is the command to invoke when the pointer enters the bounding area of the view.This class defines the following properties: NET Multi-platform App UI (.NET MAUI) pointer gesture recognizer detects when the pointer enters, exits, and moves within a view and is implemented with the PointerGestureRecognizer class.
