MonobjcMonobjc Documented Class Library
BeginSheetModalForWindowModalDelegateDidEndSelectorContextInfo Method
NamespacesMonobjc.AppKitNSAlertBeginSheetModalForWindowModalDelegateDidEndSelectorContextInfo()()()()
Members
IconMemberDescription
BeginSheetModalForWindowModalDelegateDidEndSelectorContextInfo(NSWindow, Id, IntPtr, IntPtr)

Runs the receiver modally as an alert sheet attached to a specified window.

Original signature is '- (void)beginSheetModalForWindow:(NSWindow *)window modalDelegate:(id)modalDelegate didEndSelector:(SEL)alertDidEndSelector contextInfo:(void *)contextInfo'

Available in Mac OS X v10.3 and later.


BeginSheetModalForWindowModalDelegateDidEndSelectorContextInfo(NSWindow, SheetDidEndReturnCodeContextInfoEventHandler<(Of <<'(NSAlert>)>>), IntPtr)

Runs the receiver modally as an alert sheet attached to a specified window.

Original signature is '- (void)beginSheetModalForWindow:(NSWindow *)window modalDelegate:(id)modalDelegate didEndSelector:(SEL)alertDidEndSelector contextInfo:(void *)contextInfo'

Available in Mac OS X v10.3 and later.


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