Share via


NSViewColumnMoveEventArgs Class

Definition

Provides data for an event based on a posted NSNotification object.

public class NSViewColumnMoveEventArgs : Foundation.NSNotificationEventArgs
type NSViewColumnMoveEventArgs = class
    inherit NSNotificationEventArgs
Inheritance
NSViewColumnMoveEventArgs

Constructors

Name Description
NSViewColumnMoveEventArgs(NSNotification)

Initializes a new instance of the NSViewColumnMoveEventArgs class.

Properties

Name Description
NewColumn
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)
OldColumn

Applies to