Bexel Manager API Documentation
|
Represents the event arguments passed when selection sets are modified. More...
Properties | |
SelectionSetsChangeType | Type [get] |
Returns type of selection sets change. More... | |
IReadOnlyList< SelectionSet > | RelatingSelectionSets [get] |
Returns selection sets which are affected by this change. More... | |
IReadOnlyList< SelectionSetFolder > | RelatingFolders [get] |
Returns selection set folders which are affected by this change. More... | |
IReadOnlyList< int > | RemovedInternalIDs [get] |
Returns internal IDs of the selection sets and/or selection set folder which have been removed. More... | |
Represents the event arguments passed when selection sets are modified.
|
get |
Returns selection set folders which are affected by this change.
|
get |
Returns selection sets which are affected by this change.
|
get |
Returns internal IDs of the selection sets and/or selection set folder which have been removed.
If change type is not SelectionSetsChangeType.Removed, empty collection is returned.
|
get |
Returns type of selection sets change.