public virtual bool DoDoubleClick( GoInputEventArgs evt )
Parameters
- evt
Return Value
true if the double click occured on a document object whose GoObject.OnDoubleClick method returned true
public virtual bool DoDoubleClick( GoInputEventArgs evt )
ObjectDoubleClicked
event and calls GoObject.OnDoubleClick on the object and on its GoObject.Parents (if any) until it returns true. If no object is found at the event's point, it raises the BackgroundDoubleClicked event. This is normally called from the GoTool.GoTool.DoClick method, which is called by those tools that treat clicks in the standard fashion.