EncoderObject Class

Base class for undoable objects. Handles the FieldsChanged Event.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Class EncoderObject
    Implements INotifyPropertyChanged
'Usage
Dim instance As EncoderObject
public class EncoderObject : INotifyPropertyChanged
public ref class EncoderObject : INotifyPropertyChanged
public class EncoderObject implements INotifyPropertyChanged
public class EncoderObject implements INotifyPropertyChanged

Inheritance Hierarchy

System.Object
  Microsoft.Expression.Encoder.EncoderObject
     Derived Classes

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EncoderObject Members
Microsoft.Expression.Encoder Namespace