MonobjcMonobjc Documented Class Library
IKSaveOptions..::..SaveOptionsShouldShowUTTypeEventHandler Delegate
NamespacesMonobjc.QuartzIKSaveOptionsIKSaveOptions..::..SaveOptionsShouldShowUTTypeEventHandler

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.

Declaration Syntax
C#Visual BasicVisual C++
public delegate bool SaveOptionsShouldShowUTTypeEventHandler(
	IKSaveOptions saveOptions,
	NSString utType
)
Public Delegate Function SaveOptionsShouldShowUTTypeEventHandler ( _
	saveOptions As IKSaveOptions, _
	utType As NSString _
) As Boolean
public delegate bool SaveOptionsShouldShowUTTypeEventHandler(
	IKSaveOptions^ saveOptions, 
	NSString^ utType
)
Parameters
saveOptions (IKSaveOptions)
The IKSaveOptions instance that called the delegate.
utType (NSString)
The uniform type identifier to test.
Return Value
YES if the specified type should be shown in the save options, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)