public virtual bool DoSingleClick( GoInputEventArgs evt )
Parameters
- evt
Return Value
true if the single click occured on a document object whose GoObject.OnSingleClick method returned true
public virtual bool DoSingleClick( GoInputEventArgs evt )
ObjectSingleClicked
event and calls GoObject.OnSingleClick 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 BackgroundSingleClicked event. This is normally called from the GoTool.GoTool.DoClick method, which is called by those tools that treat clicks in the standard fashion.