Called to determine if the specified uniform type identifier should be shown in the save panel.
Original signature is '- (BOOL)saveOptions:(IKSaveOptions *)saveOptions shouldShowUTType:(NSString *)utType'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public event IKSaveOptions..::..SaveOptionsShouldShowUTTypeEventHandler SaveOptionsShouldShowUTType
Public Event SaveOptionsShouldShowUTType As IKSaveOptions..::..SaveOptionsShouldShowUTTypeEventHandler
public: event IKSaveOptions..::..SaveOptionsShouldShowUTTypeEventHandler^ SaveOptionsShouldShowUTType { void add (IKSaveOptions..::..SaveOptionsShouldShowUTTypeEventHandler^ value); void remove (IKSaveOptions..::..SaveOptionsShouldShowUTTypeEventHandler^ value); }

YES if the specified type should be shown in the save options, otherwise NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)