class NotifyParentPropertyAttribute

in global :: System . ComponentModel

Indicates that the parent property is notified when the value of the property that this attribute is applied to is modified. This class cannot be inherited.


public NotifyParentPropertyAttribute( bool notifyParent )

Initializes a new instance of the class, using the specified value to determine whether the parent property is notified of changes to the value of the property.

  • notifyParent if the parent should be notified of changes; otherwise, .

public static NotifyParentPropertyAttribute Default

Indicates the default attribute state, that the property should not notify the parent property of changes to its value. This field is read-only.

public bool Equals( object obj )

Gets a value indicating whether the specified object is the same as the current object.

  • obj The object to test for equality.
  • Returns if the object is the same as this object; otherwise, .

public static NotifyParentPropertyAttribute No

Indicates that the parent property is not be notified of changes to the value of the property. This field is read-only.

public bool NotifyParent { get; }

Gets or sets a value indicating whether the parent property should be notified of changes to the value of the property.

  • Returns if the parent property should be notified of changes; otherwise, .

public static NotifyParentPropertyAttribute Yes

Indicates that the parent property is notified of changes to the value of the property. This field is read-only.

public int GetHashCode( )

😔 No documentation found.

public bool IsDefaultAttribute( )

😔 No documentation found.

public object TypeId { get; }

😔 No documentation found.

public bool Match( object obj )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.