Class NpcChangeInvocatorAttribute
Marks a method as the property value change invoker in a class that inherits from NotifyPropertyChangeBase.
Inherited Members
Namespace: TheXDS.MCART.Attributes
Assembly: MCART.Mvvm.dll
Syntax
[AttributeUsage(AttributeTargets.Method, Inherited = true)]
public sealed class NpcChangeInvocatorAttribute : Attribute