LocalizableObjectPropertyChanged Class

Called to notify when a basic, non-localizable, property was changed

Definition

Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public sealed class LocalizableObjectPropertyChanged : ObjectPropertyChangesArgumentsWithUndoRedoTracking
Inheritance
Object    ObjectPropertyChangesArgumentsWithUndoRedoTracking    LocalizableObjectPropertyChanged

Properties

AffectedMetaData Which part of the multi-language text entry was affected, and is stored in OldValue and NewValue
Culture The affected culture of the change
IsInUndoRedo True, If this change was triggered via an undo/redo operation, otherwise it was a regular user action.
(Inherited from ObjectPropertyChangesArgumentsWithUndoRedoTracking)
NewValue The new, effective value
OldValue The old value, before the change

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString
(Overrides ObjectToString)

Extension Methods

TraceError
(Defined by TraceHelper)
TraceInfo
(Defined by TraceHelper)
TraceWarning
(Defined by TraceHelper)

See Also