Share via


NSTableViewUserCanChangeColumnsVisibilityEventArgs(NSTableColumn[]) Constructor

Definition

Create a new instance of the NSTableViewUserCanChangeColumnsVisibilityEventArgs with the specified event data.

public NSTableViewUserCanChangeColumnsVisibilityEventArgs(AppKit.NSTableColumn[] columns);
new AppKit.NSTableViewUserCanChangeColumnsVisibilityEventArgs : AppKit.NSTableColumn[] -> AppKit.NSTableViewUserCanChangeColumnsVisibilityEventArgs

Parameters

columns
NSTableColumn[]

The value for the Columns property.

Applies to