#NamedSelSetCreated: string
Sent after a named selection set is created.
Calling callbacks.notificationParam() will return the new selection set name.
Available in 3ds Max 9 and higher.
#NamedSelSetDeleted: string
Sent after a named selection set is deleted.
Calling callbacks.notificationParam() will return the name of the deleted named selections set.
Available in 3ds Max 9 and higher.
#NamedSelSetRenamed: string
Sent after a named selection set is renamed.
Calling callbacks.notificationParam() will return an array containing the old name and new name of the renamed selection set.
Available in 3ds Max 9 and higher.
#NamedSelSetPreModify: string
Sent when the node set of a named selection set begins to be changed. For example, when nodes are added or removed from a named selection set,or the node set of a named selection set is completely replaced.
Calling callbacks.notificationParam() will return the name of the modified selection set.
#NamedSelSetPostModify: string
Sent when the node set of a named selection set has been changed.
Calling callbacks.notificationParam() will return the name of the modified selection set.