NSEventTrackHandler Delegate

Definition

public delegate void NSEventTrackHandler(nfloat gestureAmount, NSEventPhase eventPhase, bool isComplete, ref bool stop);
type NSEventTrackHandler = delegate of nfloat * NSEventPhase * bool *  -> unit

Parameters

gestureAmount
nfloat
eventPhase
NSEventPhase
isComplete
Boolean
stop
Boolean

Applies to