ObjectTemplatePropertyChanged Class
Definition
Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
[ObsoleteAttribute("Please use the general 'ObjectPropertyChanged', and optionally check for 'IsTemplateProperty'")]
public sealed class ObjectTemplatePropertyChanged : ObjectPropertyChangesArgumentsWithUndoRedoTracking- Inheritance
- Object ObjectPropertyChangesArgumentsWithUndoRedoTracking ObjectTemplatePropertyChanged
Constructors
| ObjectTemplatePropertyChanged | Initializes a new instance of the ObjectTemplatePropertyChanged class |
Properties
| IsInUndoRedo |
True, If this change was triggered via an undo/redo operation, otherwise it was a regular user action.
(Inherited from ObjectPropertyChangesArgumentsWithUndoRedoTracking) |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
| TraceError | (Defined by TraceHelper) |
| TraceInfo | (Defined by TraceHelper) |
| TraceWarning | (Defined by TraceHelper) |