Share

ModelingEvents.OnClientFeatureDoubleClick Event

Parent Object: ModelingEvents

Description

Event that fires when the user double-clicks a client feature.

Remarks

Applications should typically invoke the edit of the client feature when this event is fired.

Syntax

ModelingEvents.OnClientFeatureDoubleClick( DocumentObject As Document, Feature As ClientFeature, Context As NameValueMap, HandlingCode As HandlingCodeEnum )

Parameters

Name Type Description
DocumentObject Document Input Document object that indicates the document in which the change occurred.
Feature ClientFeature Input ClientFeature object that indicates the client feature that was double-clicked.
Context NameValueMap Input NameValueMap object that can be used to determine the context of why the event fired. No context information is provided for this event.
HandlingCode HandlingCodeEnum Output HandlingCodeEnum that indicates how you are handling the event. This argument is currently ignored for the event.

Version

Introduced in version 2009

Was this information helpful?