Click or drag to resize

ExportTypeExtension.TypeDiscarded Method

Called when user had this export type selected, but then selected some other type. Return true to prevent user from changing to another type. This is mainly meant fot extensions to

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual bool TypeDiscarded()

Return Value

Boolean
False. Return true to prevent user from changing to another type.
See Also