| 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.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntax public virtual bool TypeDiscarded()
Public Overridable Function TypeDiscarded As Boolean
Return Value
Type:
BooleanFalse. Return true to
prevent user from changing to another type.
See Also