MonobjcMonobjc Documented Class Library
PointingDeviceCancelledEvent Method (event)
NamespacesMonobjc.CorePlotCPLayerPointingDeviceCancelledEvent(Id)

Informs the receiver that tracking of mouse moves (Mac OS) or touches (iPhone OS) has been cancelled for any reason.

Original signature is '- (BOOL)pointingDeviceCancelledEvent:(id)event;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool PointingDeviceCancelledEvent(
	Id event
)
Public Overridable Function PointingDeviceCancelledEvent ( _
	event As Id _
) As Boolean
public:
virtual bool PointingDeviceCancelledEvent(
	Id^ event
)
Parameters
event (Id)
The OS event.
Return Value
Whether the event was handled or not.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.CorePlot (Module: Monobjc.CorePlot)