Specifies whether a property should send notification events when changed.
Object
Attribute
MemberAttribute
NotificationAttribute
[Visual Basic] Public Class NotificationAttribute Inherits MemberAttribute [C#] public class NotificationAttribute : MemberAttribute [C++] public __gc class NotificationAttribute : public MemberAttribute [JScript] public class NotificationAttribute extends MemberAttribute
Members that have no notification attribute or that are marked with Notification(???) should send notification events when changed. Members that are marked with Notification(???) do not need to send notification events. The default is Yes.For more information, see TBD and TBD.
Namespace: System.ComponentModel
Assembly: System.dll
System.ComponentModel Namespace | MemberAttribute | PropertyDescriptor