Callback method to dispatch message.

C# | Visual Basic | Visual C++ |
public void PanelDidEndReturnCodeContextInfo( NSSavePanel sheet, NSInteger returnCode, IntPtr contextInfo )
Public Sub PanelDidEndReturnCodeContextInfo ( _ sheet As NSSavePanel, _ returnCode As NSInteger, _ contextInfo As IntPtr _ )
public: void PanelDidEndReturnCodeContextInfo( NSSavePanel^ sheet, NSInteger returnCode, IntPtr contextInfo )

- sheet (NSSavePanel)
[Missing <param name="sheet"/> documentation for "M:Monobjc.AppKit.NSSavePanel.NSSavePanelSheetDispatcher.PanelDidEndReturnCodeContextInfo(Monobjc.AppKit.NSSavePanel,Monobjc.Foundation.NSInteger,System.IntPtr)"]
- returnCode (NSInteger)
[Missing <param name="returnCode"/> documentation for "M:Monobjc.AppKit.NSSavePanel.NSSavePanelSheetDispatcher.PanelDidEndReturnCodeContextInfo(Monobjc.AppKit.NSSavePanel,Monobjc.Foundation.NSInteger,System.IntPtr)"]
- contextInfo (IntPtr)
[Missing <param name="contextInfo"/> documentation for "M:Monobjc.AppKit.NSSavePanel.NSSavePanelSheetDispatcher.PanelDidEndReturnCodeContextInfo(Monobjc.AppKit.NSSavePanel,Monobjc.Foundation.NSInteger,System.IntPtr)"]

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