MonobjcMonobjc Documented Class Library
ViewWillMoveToSuperview Method (newSuperview)
NamespacesMonobjc.AppKitNSViewViewWillMoveToSuperview(NSView)

Informs the receiver that its superview is about to change to the specified superview (which may be nil).

Original signature is '- (void)viewWillMoveToSuperview:(NSView *)newSuperview'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ViewWillMoveToSuperview(
	NSView newSuperview
)
Public Overridable Sub ViewWillMoveToSuperview ( _
	newSuperview As NSView _
)
public:
virtual void ViewWillMoveToSuperview(
	NSView^ newSuperview
)
Parameters
newSuperview (NSView)
A view object that will be the new superview of the receiver.
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)