| CTInterfaceOnDimensionButtonClick Event |
Invoked when button used to clear dimension property value in Properties is clicked.
It's possible to override default functionality.
Namespace:
ATR.CT.CTInterface
Assembly:
CTInterface (in CTInterface.dll)
Syntax public event EventHandler<DimensionButtonArgs> OnDimensionButtonClick
Public Event OnDimensionButtonClick As EventHandler(Of DimensionButtonArgs)
Value
Type:
SystemEventHandlerDimensionButtonArgsAvailability See Also