- (BOOL)onPointerUp:(LTAnnContainer *)container args:(LTAnnPointerEventArgs *)args
@Override public boolean onPointerUp(
AnnContainer container,
AnnPointerEvent event
)
SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1062:Validate arguments of public methods",
Scope="",
Target="",
MessageId="1",
Justification="")
function Leadtools.Annotations.Designers.AnnEditDesigner.OnPointerUp(
sender ,
e
)
Parameters
- sender
- The container associated with this designer.
- e
- The event data.
Return Value
true if this event is handled; otherwise, it is false.