MonobjcMonobjc Documented Class Library
WillRemoveSubview Method (subview)
NamespacesMonobjc.AppKitNSViewWillRemoveSubview(NSView)

Overridden by subclasses to perform additional actions before subviews are removed from the receiver.

Original signature is '- (void)willRemoveSubview:(NSView *)subview'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void WillRemoveSubview(
	NSView subview
)
Public Overridable Sub WillRemoveSubview ( _
	subview As NSView _
)
public:
virtual void WillRemoveSubview(
	NSView^ subview
)
Parameters
subview (NSView)
The subview that will be removed.
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)