Skip to main content

Motion Standalone Postprocessor C# library 2024 R2

Interface IObservableObject

Last update: 16.07.2025

Namespace: VM
Assembly: VM.dll

public interface IObservableObject : IDisposableObject

Implements

IDisposableObject

Methods

RaisePropertyChanged(string)

void RaisePropertyChanged(string propertyName)

Parameters

propertyName string

RaisePropertyChanged(string, object, object)

void RaisePropertyChanged(string propertyName, object oldValue, object newValue)

Parameters

propertyName string

oldValue object

newValue object

Connect with Ansys