Share via


INSStackViewDelegate Interface

Definition

This interface represents the Objective-C protocol NSStackViewDelegate.

[Foundation.Protocol(Name="NSStackViewDelegate", WrapperType=typeof(AppKit.NSStackViewDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDetachViews", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSStackView), typeof(AppKit.NSView[]) }, Selector="stackView:willDetachViews:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidReattachViews", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSStackView), typeof(AppKit.NSView[]) }, Selector="stackView:didReattachViews:")]
public interface INSStackViewDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSStackViewDelegate", WrapperType=typeof(AppKit.NSStackViewDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDetachViews", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSStackView), typeof(AppKit.NSView[]) }, Selector="stackView:willDetachViews:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidReattachViews", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSStackView), typeof(AppKit.NSView[]) }, Selector="stackView:didReattachViews:")>]
type INSStackViewDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to