onPointerUp Method
Summary
Provides an implementation of the OnPointerUp method.
Syntax
JavaScript Syntax
AnnCrossProductDrawDesigner.prototype.onPointerUp = function(sender, e)
TypeScript Syntax
onPointerUp(sender: AnnContainer, e: AnnPointerEventArgs): boolean;
Parameters
sender
The container associated with this designer.
Return Value
true if this event is handled; otherwise, it is false.