Bexel Manager API Documentation
|
Represents the event arguments passed when properties are modified. More...
Properties | |
PropertiesChangeType | Type [get] |
Returns type of properties change. More... | |
IReadOnlyList< PropertyDefinition > | RelatingDefinitions [get] |
Returns property definitions which have been affected by this change. More... | |
IReadOnlyList< PropertyDefinition > | NewDefinitions [get] |
Returns newly created property definitions when properties are added. More... | |
Represents the event arguments passed when properties are modified.
|
get |
Returns newly created property definitions when properties are added.
If change type is not PropertiesChangeType.Added or an existing property definition is used for the added property, empty collection is returned.
|
get |
Returns property definitions which have been affected by this change.
|
get |
Returns type of properties change.