MonobjcMonobjc Documented Class Library
ImageDidLoadRepresentationHeader Event
NamespacesMonobjc.AppKitNSImage..::..NSImageDelegateEventDispatcherImageDidLoadRepresentationHeader

During incremental loading, this method is called once enough data has been read to determine the size of the image.

Original signature is '- (void)image:(NSImage *)image didLoadRepresentationHeader:(NSImageRep *)rep'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public event NSImage..::..ImageDidLoadRepresentationHeaderEventHandler ImageDidLoadRepresentationHeader
Public Event ImageDidLoadRepresentationHeader As NSImage..::..ImageDidLoadRepresentationHeaderEventHandler
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)