Table of Contents

Class OnChanged

Namespace
Netick
Assembly
Netick.dll

Use this attribute on a method you want to call when a specific property value changes. Example: [OnChanged(nameof(PropertyName)]

[AttributeUsage(AttributeTargets.Method, Inherited = true, AllowMultiple = false)]
public class OnChanged : Attribute
Inheritance
OnChanged
Inherited Members

Constructors

OnChanged(string, bool)

public OnChanged(string propertyName, bool invokeDuringResimulation = false)

Parameters

propertyName string
invokeDuringResimulation bool