Click or drag to resize
ExportTypeExtensionTypeDiscarded 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)
Syntax
public virtual bool TypeDiscarded()

Return Value

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